org.apache.myfaces.custom.tree
public class HtmlTreeCheckbox extends UISelectItem
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY The component family. |
| static String | COMPONENT_TYPE The component type. |
| static String | FOR_ATTR The for attribute declaration. |
| Constructor Summary | |
|---|---|
| HtmlTreeCheckbox() Default Constructor. | |
| Method Summary | |
|---|---|
| String | getFamily() |
| String | getFor() |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setFor(String forAttr) |
Default Constructor.
See Also: javax.faces.component.UIComponent#getFamily()
Returns: The for attribute.
See Also: javax.faces.component.StateHolder#restoreState(javax.faces.context.FacesContext, java.lang.Object)
See Also: javax.faces.component.StateHolder#saveState(javax.faces.context.FacesContext)
Parameters: forAttr The for attribute.