teamdev.jsf.component.dropdown
Class DropDownItem
java.lang.Object
UIComponentBase
teamdev.jsf.component.dropdown.DropDownItem
- All Implemented Interfaces:
- java.io.Serializable
public class DropDownItem
- extends UIComponentBase
- implements java.io.Serializable
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DropDownItem
public DropDownItem()
DropDownItem
public DropDownItem(java.lang.Object value)
getFamily
public java.lang.String getFamily()
getValue
public java.lang.Object getValue()
setValue
public void setValue(java.lang.Object value)
saveState
public java.lang.Object saveState(FacesContext context)
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
Copyright © 1998-2008 TeamDev Ltd. All Rights Reserved.