java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UISelectItem
All Implemented Interfaces:
PartialStateHolder, ComponentSystemEventListener, SystemEventListenerHolder
UISelectItem is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of a SelectItem instance to the list of available options for the parent component. The contents of the SelectItem can be specified in one of the following ways:
value
attribute's value is an instance of SelectItem .itemDescription
, itemDisabled
,
itemLabel
, itemEscaped
, and
itemValue
attributes.Nested Class Summary: | ||
---|---|---|
enum class | UISelectItem.PropertyKeys |
Field Summary | ||
---|---|---|
public static final String | COMPONENT_TYPE | The standard component type for this component. |
public static final String | COMPONENT_FAMILY | The standard component family for this component. |
Constructor: |
---|
Create a new UISelectItem instance with default property values. |
Method from javax.faces.component.UISelectItem Summary: |
---|
getFamily, getItemDescription, getItemLabel, getItemValue, getValue, isItemDisabled, isItemEscaped, isNoSelectionOption, setItemDescription, setItemDisabled, setItemEscaped, setItemLabel, setItemValue, setNoSelectionOption, setValue |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.component.UISelectItem Detail: |
---|
|
Return the description for this selection item. |
Return the localized label for this selection item. |
Return the server value for this selection item. |
Returns the |
Return the disabled setting for this selection item. |
Return the escape setting for the label of this selection item. |
Return the value of the
|
Set the description for this selection item. |
Set the disabled value for this selection item. |
Set the escape value for the label of this selection item. |
Set the localized label for this selection item. |
Set the server value for this selection item. |
Set the value of the
|
Sets the |