Class UISelectItems
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UISelectItems
org.apache.myfaces.tobago.internal.component.AbstractUISelectItems
org.apache.myfaces.tobago.component.UISelectItems
- All Implemented Interfaces:
- EventListener,- javax.faces.component.PartialStateHolder,- javax.faces.component.StateHolder,- javax.faces.component.TransientStateHolder,- javax.faces.event.ComponentSystemEventListener,- javax.faces.event.FacesListener,- javax.faces.event.SystemEventListenerHolder
Add a child UISelectItems component to the UIComponent
  associated with the closed parent UIComponent custom
  action.
 UIComponent class, generated from template 
component.stg with class
 SelectItemsTagDeclaration.- 
Field SummaryFieldsFields inherited from class javax.faces.component.UIComponentATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionImage to be displayed to the user for this option.Label to be displayed to the user for this option.Value to be returned to the server if this option is selected by the user.getTip()Text value to display as tooltip.getVar()Name of a variable under which the iterated data will be exposed.booleanFlag indicating whether the option created by this component is disabled.voidrestoreState(javax.faces.context.FacesContext context, Object state) voidsetItemDisabled(boolean itemDisabled) voidsetItemImage(String itemImage) voidsetItemLabel(String itemLabel) voidsetItemValue(Object itemValue) voidvoidMethods inherited from class javax.faces.component.UISelectItemsgetFacesContext, getValue, setValueMethods inherited from class javax.faces.component.UIComponentBaseaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreeMethods inherited from class javax.faces.component.UIComponentgetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
- 
Field Details- 
COMPONENT_TYPE
- 
COMPONENT_FAMILY- See Also:
 
 
- 
- 
Constructor Details- 
UISelectItemspublic UISelectItems()
 
- 
- 
Method Details- 
getFamily- Overrides:
- getFamilyin class- javax.faces.component.UISelectItems
 
- 
isItemDisabledpublic boolean isItemDisabled()Flag indicating whether the option created by this component is disabled.
 Default:false
- 
setItemDisabledpublic void setItemDisabled(boolean itemDisabled) 
- 
getVarName of a variable under which the iterated data will be exposed. It may be referred to in EL of other attributes.
- 
setVar
- 
getItemValueValue to be returned to the server if this option is selected by the user.
- 
setItemValue
- 
getTipText value to display as tooltip.
- 
setTip
- 
getItemLabelLabel to be displayed to the user for this option.
- 
setItemLabel
- 
getItemImageImage to be displayed to the user for this option.
- 
setItemImage
- 
restoreState- Specified by:
- restoreStatein interface- javax.faces.component.StateHolder
- Overrides:
- restoreStatein class- javax.faces.component.UIComponentBase
 
 
-