org.apache.myfaces.tobago.component
Class UISelectItem
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UISelectItem
org.apache.myfaces.tobago.internal.component.AbstractUISelectItem
org.apache.myfaces.tobago.component.UISelectItem
- All Implemented Interfaces:
- StateHolder, OnComponentPopulated, SupportsMarkup
public class UISelectItem
- extends org.apache.myfaces.tobago.internal.component.AbstractUISelectItem
- implements SupportsMarkup
Add a child UISelectItem component to the UIComponent
associated with the closed parent UIComponent custom
action.
UIComponent class, generated from template component1.2.stg
with class
org.apache.myfaces.tobago.internal.taglib.component.SelectItemTagDeclaration
.
Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUISelectItem |
onComponentPopulated, setItemValue |
Methods inherited from class javax.faces.component.UISelectItem |
getFamily, getItemDescription, getItemLabel, getItemValue, getValue, isItemEscaped, setItemDescription, setItemEscaped, setItemLabel, setRendered, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
UISelectItem
public UISelectItem()
getMarkup
public Markup getMarkup()
- Specified by:
getMarkup
in interface SupportsMarkup
setMarkup
public void setMarkup(Markup markup)
- Specified by:
setMarkup
in interface SupportsMarkup
getCurrentMarkup
public Markup getCurrentMarkup()
- Specified by:
getCurrentMarkup
in interface SupportsMarkup
setCurrentMarkup
public void setCurrentMarkup(Markup currentMarkup)
- Specified by:
setCurrentMarkup
in interface SupportsMarkup
getItemImage
public String getItemImage()
- Image to be displayed to the user for this option.
setItemImage
public void setItemImage(String itemImage)
isItemDisabled
public boolean isItemDisabled()
- Flag indicating whether the option created
by this component is disabled.
Default: false
- Overrides:
isItemDisabled
in class UISelectItem
setItemDisabled
public void setItemDisabled(boolean itemDisabled)
- Overrides:
setItemDisabled
in class UISelectItem
restoreState
public void restoreState(FacesContext context,
Object componentState)
- Specified by:
restoreState
in interface StateHolder
- Overrides:
restoreState
in class UISelectItem
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
- Overrides:
saveState
in class UISelectItem
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.