javax.faces.component
public class UISelectItem extends UIComponentBase
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| UISelectItem() | |
| Method Summary | |
|---|---|
| String | getFamily() |
| String | getItemDescription() |
| String | getItemLabel() |
| Object | getItemValue() |
| Object | getValue() |
| boolean | isItemDisabled() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setItemDescription(String itemDescription) |
| void | setItemDisabled(boolean itemDisabled) |
| void | setItemLabel(String itemLabel) |
| void | setItemValue(Object itemValue) |
| void | setValue(Object value) |