Class DropDownItem
Represents an item of IDropDown
.
-
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
-
DropDownItem
public DropDownItem()
Creates an empty item.
-
DropDownItem
public DropDownItem(String value)
Creates an item with value.
- Parameters:
value
- The value of item.