public class ExtendedSelectItem extends SelectItem
SelectItem with several convenience methods.| Constructor and Description | 
|---|
ExtendedSelectItem()
Construct a  
SelectItem with no initialized property
 values. | 
ExtendedSelectItem(UISelectItem uiSelectItem)
Construct a  
SelectItem with property values initialized from the corresponding
 properties on the UISelectItem. | 
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–2014 OmniFaces. All rights reserved.