Save This Page
Home » mojarra-1.2_09-b02-FCS-source » javax.faces.component » [javadoc | source]
javax.faces.component
public class: UISelectItems [javadoc | source]
java.lang.Object
   javax.faces.component.UIComponent
      javax.faces.component.UIComponentBase
         javax.faces.component.UISelectItems

All Implemented Interfaces:
    StateHolder

UISelectItems is a component that may be nested inside a UISelectMany or UISelectOne component, and causes the addition of one or more SelectItem instances to the list of available options in the parent component. The value of this component (set either directly, or acquired indirectly a javax.el.ValueExpression , can be of any of the following types:

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.

 
Fields inherited from javax.faces.component.UIComponent:
attributesThatAreSet,  bindings
Constructor:
 public UISelectItems() 
Method from javax.faces.component.UISelectItems Summary:
getFamily,   getValue,   restoreState,   saveState,   setValue
Methods from javax.faces.component.UIComponentBase:
addFacesListener,   broadcast,   decode,   encodeBegin,   encodeChildren,   encodeEnd,   findComponent,   getAttributes,   getChildCount,   getChildren,   getClientId,   getDescriptorMap,   getFacesContext,   getFacesListeners,   getFacet,   getFacetCount,   getFacets,   getFacetsAndChildren,   getId,   getParent,   getRenderer,   getRendererType,   getRendersChildren,   getValueBinding,   invokeOnComponent,   isRendered,   isTransient,   processDecodes,   processRestoreState,   processSaveState,   processUpdates,   processValidators,   queueEvent,   removeFacesListener,   restoreAttachedState,   restoreState,   saveAttachedState,   saveState,   setId,   setParent,   setRendered,   setRendererType,   setTransient,   setValueBinding
Methods from javax.faces.component.UIComponent:
addFacesListener,   broadcast,   decode,   encodeAll,   encodeBegin,   encodeChildren,   encodeEnd,   findComponent,   getAttributes,   getAttributesThatAreSet,   getChildCount,   getChildren,   getClientId,   getContainerClientId,   getFacesContext,   getFacesListeners,   getFacet,   getFacetCount,   getFacets,   getFacetsAndChildren,   getFamily,   getId,   getParent,   getRenderer,   getRendererType,   getRendersChildren,   getValueBinding,   getValueExpression,   invokeOnComponent,   isRendered,   processDecodes,   processRestoreState,   processSaveState,   processUpdates,   processValidators,   queueEvent,   removeFacesListener,   setId,   setParent,   setRendered,   setRendererType,   setValueBinding,   setValueExpression
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component.UISelectItems Detail:
 public String getFamily() 
 public Object getValue() 

    Returns the value property of the UISelectItems.

 public  void restoreState(FacesContext context,
    Object state) 
 public Object saveState(FacesContext context) 
 public  void setValue(Object value) 

    Sets the value property of the UISelectItems.