oracle.adf.view.faces.component
Class UIXSelectItem
java.lang.Object
|
+--javax.faces.component.UIComponent
|
+--oracle.adf.view.faces.component.UIXComponent
|
+--oracle.adf.view.faces.component.UIXComponentBase
|
+--oracle.adf.view.faces.component.UIXSelectItem
- All Implemented Interfaces:
- javax.faces.component.StateHolder
- Direct Known Subclasses:
- CoreSelectItem
- public class UIXSelectItem
- extends UIXComponentBase
The UIXSelectItem class is the base concrete class for a single
item which the user may select from the set of items in a list,
choice, radio, or shuttle control.
Constructor Summary |
UIXSelectItem()
Construct an instance of the UIXSelectItem. |
Method Summary |
protected FacesBean.Type |
getBeanType()
|
java.lang.String |
getFamily()
|
java.lang.Object |
getValue()
Gets the value used to identify this item when the
parent control is submitted to the server. |
void |
setValue(java.lang.Object value)
Sets the value used to identify this item when the
parent control is submitted to the server. |
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase |
addFacesListener, broadcast, createFacesBean, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getIntProperty, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreState, saveState, setAttribute, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
public static final FacesBean.Type TYPE
VALUE_KEY
public static final PropertyKey VALUE_KEY
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
UIXSelectItem
public UIXSelectItem()
- Construct an instance of the UIXSelectItem.
getValue
public final java.lang.Object getValue()
- Gets the value used to identify this item when the
parent control is submitted to the server. If no value is specified
for a particular item, the item's contents will be used as its
value.
setValue
public final void setValue(java.lang.Object value)
- Sets the value used to identify this item when the
parent control is submitted to the server. If no value is specified
for a particular item, the item's contents will be used as its
value.
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class UIXComponentBase
getBeanType
protected FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class UIXComponentBase
Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.