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, setValue
public 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.