teamdev.jsf.component.dropdown
Class DropDownItems

java.lang.Object
  extended by UIComponentBase
      extended by teamdev.jsf.component.dropdown.DropDownItems
All Implemented Interfaces:
java.io.Serializable

public class DropDownItems
extends UIComponentBase
implements java.io.Serializable


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
DropDownItems()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.Object getValue()
           
 void restoreState(FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(FacesContext context)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

DropDownItems

public DropDownItems()
Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getFamily

public java.lang.String getFamily()

saveState

public java.lang.Object saveState(FacesContext context)

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object state)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.