public class ExtendedSelectItem extends SelectItem
SelectItem with several convenience methods.| Constructor and Description | 
|---|
| ExtendedSelectItem()Construct a  SelectItemwith no initialized property
 values. | 
| ExtendedSelectItem(UISelectItem uiSelectItem)Construct a  SelectItemwith property values initialized from the corresponding
 properties on theUISelectItem. | 
getDescription, getLabel, getValue, isDisabled, isEscape, isNoSelectionOption, setDescription, setDisabled, setEscape, setLabel, setNoSelectionOption, setValuepublic ExtendedSelectItem()
Construct a SelectItem with no initialized property
 values.
public ExtendedSelectItem(UISelectItem uiSelectItem)
Construct a SelectItem with property values initialized from the corresponding
 properties on the UISelectItem.
 
uiSelectItem - The UI select item.Copyright © 2012–2020 OmniFaces. All rights reserved.