Class Hierarchy All Classes All Fields and Methods

 

Class javax.faces.component.UISelectItems

java.lang.Object
        javax.faces.component.UIComponent
                javax.faces.component.UIComponentBase
                        javax.faces.component.UISelectItems

public class UISelectItems
extends UIComponentBase

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 ValueBinding, can be of any of the following types:

Field Index
Field Description
COMPONENT_FAMILY The standard component family for this component.
COMPONENT_TYPE The standard component type for this component.

Constructor Index
Constructor Description
UISelectItems() Create a new UISelectItems instance with default property values.

Method Index
Method Description
String getFamily()  
Object getValue() Returns the value property of the UISelectItems.
void restoreState(FacesContext, Object)  
Object saveState(FacesContext)  
void setValue(Object) Sets the value property of the UISelectItems.

 

Fields

 

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY

The standard component family for this component.

 

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE

The standard component type for this component.

 

Constructors

 

UISelectItems

public UISelectItems() 

Create a new UISelectItems instance with default property values.

 

Methods

 

getFamily

public String getFamily() 

 

getValue

public Object getValue() 

Returns the value property of the UISelectItems.

 

restoreState

public void restoreState(FacesContext context,
                         Object state) 

 

saveState

public Object saveState(FacesContext context) 

 

setValue

public void setValue(Object value) 

Sets the value property of the UISelectItems.

Class Hierarchy All Classes All Fields and Methods