Class ListBoxItem
java.lang.Object
com.grapecity.documents.excel.forms.SelectorItem
com.grapecity.documents.excel.forms.ListBoxItem
Represents an item of
IListBox.-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty item.ListBoxItem(String value) Creates an item with value. -
Method Summary
Methods inherited from class com.grapecity.documents.excel.forms.SelectorItem
getValue, isReadOnly, setReadOnly, setValue, UpdateBindingValue
-
Constructor Details
-
ListBoxItem
public ListBoxItem()Creates an empty item. -
ListBoxItem
Creates an item with value.- Parameters:
value- The value of item.
-