javax.faces.component

Class UISelectItem

Implemented Interfaces:
StateHolder

public class UISelectItem
extends UIComponentBase

see Javadoc of JSF Specification
Version:
$Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
Author:
Manfred Geiler (latest modification by $Author: mwessendorf $)

Field Summary

static String
COMPONENT_FAMILY
static String
COMPONENT_TYPE

Constructor Summary

UISelectItem()

Method Summary

String
getFamily()
String
getItemDescription()
String
getItemLabel()
Object
getItemValue()
Object
getValue()
boolean
isItemDisabled()
void
restoreState(FacesContext context, Object state)
Object
saveState(FacesContext context)
void
setItemDescription(String itemDescription)
void
setItemDisabled(boolean itemDisabled)
void
setItemLabel(String itemLabel)
void
setItemValue(Object itemValue)
void
setValue(Object value)

Methods inherited from class javax.faces.component.UIComponentBase

addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding

Methods inherited from class javax.faces.component.UIComponent

addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, setId, setParent, setRendered, setRendererType, setValueBinding

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Details

UISelectItem

public UISelectItem()

Method Details

getFamily

public String getFamily()
Overrides:
getFamily in interface UIComponent

getItemDescription

public String getItemDescription()

getItemLabel

public String getItemLabel()

getItemValue

public Object getItemValue()

getValue

public Object getValue()

isItemDisabled

public boolean isItemDisabled()

restoreState

public void restoreState(FacesContext context,
                         Object state)
Overrides:
restoreState in interface UIComponentBase

saveState

public Object saveState(FacesContext context)
Specified by:
saveState in interface StateHolder
Overrides:
saveState in interface UIComponentBase

setItemDescription

public void setItemDescription(String itemDescription)

setItemDisabled

public void setItemDisabled(boolean itemDisabled)

setItemLabel

public void setItemLabel(String itemLabel)

setItemValue

public void setItemValue(Object itemValue)

setValue

public void setValue(Object value)