Class ListBoxItem
Represents an item of IListBox.
-
Constructor Summary
Constructors
Creates an item with value.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListBoxItem
public ListBoxItem()
Creates an empty item.
-
ListBoxItem
public ListBoxItem(String value)
Creates an item with value.
- Parameters:
value - The value of item.