org.apache.myfaces.custom.tree
Class HtmlTreeCheckbox
UISelectItem
org.apache.myfaces.custom.tree.HtmlTreeCheckbox
public class HtmlTreeCheckbox
extends UISelectItem
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
The component family.
COMPONENT_TYPE
public static final String COMPONENT_TYPE
The component type.
FOR_ATTR
public static final String FOR_ATTR
The for attribute declaration.
HtmlTreeCheckbox
public HtmlTreeCheckbox()
Default Constructor.
getFamily
public String getFamily()
javax.faces.component.UIComponent.getFamily()
getFor
public String getFor()
restoreState
public void restoreState(FacesContext context,
Object state)
javax.faces.component.StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
saveState
public Object saveState(FacesContext context)
javax.faces.component.StateHolder.saveState(javax.faces.context.FacesContext)
setFor
public void setFor(String forAttr)
forAttr
- The for attribute.