Interface SelectItem
- All Known Implementing Classes:
DefaultSelectItem
public interface SelectItem
Interface for selectitem contract in selectors.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled()
Returns if item is enabled.item()
Gets an itemname()
Gets a name.static SelectItem
static SelectItem
boolean
selected()
Return if the item is selected.