org.apache.myfaces.custom.checkbox
public class HtmlCheckbox extends UIComponentBase
Version: $Revision: 169649 $ $Date: 2005-05-11 17:47:12 +0200 (Wed, 11 May 2005) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| static String | FOR_ATTR |
| static String | INDEX_ATTR |
| Constructor Summary | |
|---|---|
| HtmlCheckbox() | |
| Method Summary | |
|---|---|
| String | getFamily() |
| String | getFor() |
| int | getIndex() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setFor(String forValue) |
| void | setIndex(int index) |