java.lang.Object
jakarta.faces.model.SelectItem
org.omnifaces.model.ExtendedSelectItem
- All Implemented Interfaces:
Serializable
This class extends the default
SelectItem with several convenience methods.- Author:
- Arjan Tijms
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct aSelectItemwith no initialized property values.ExtendedSelectItem(UISelectItem uiSelectItem) Construct aSelectItemwith property values initialized from the corresponding properties on theUISelectItem. -
Method Summary
Methods inherited from class jakarta.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValue
-
Constructor Details
-
ExtendedSelectItem
public ExtendedSelectItem()Construct a
SelectItemwith no initialized property values. -
ExtendedSelectItem
Construct a
SelectItemwith property values initialized from the corresponding properties on theUISelectItem.- Parameters:
uiSelectItem- The UI select item.
-