javax.faces.component

Class UISelectItems

public class UISelectItems 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 StringCOMPONENT_FAMILY
static StringCOMPONENT_TYPE
Constructor Summary
UISelectItems()
Method Summary
StringgetFamily()
ObjectgetValue()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetValue(Object value)

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY

COMPONENT_TYPE

public static final String COMPONENT_TYPE

Constructor Detail

UISelectItems

public UISelectItems()

Method Detail

getFamily

public String getFamily()

getValue

public Object getValue()

restoreState

public void restoreState(FacesContext context, Object state)

saveState

public Object saveState(FacesContext context)

setValue

public void setValue(Object value)