org.apache.myfaces.custom.tree

Class HtmlTreeCheckbox

public class HtmlTreeCheckbox extends UISelectItem

Author: David Le Strat

Field Summary
static StringCOMPONENT_FAMILY
The component family.
static StringCOMPONENT_TYPE
The component type.
static StringFOR_ATTR
The for attribute declaration.
Constructor Summary
HtmlTreeCheckbox()

Default Constructor.

Method Summary
StringgetFamily()
StringgetFor()
voidrestoreState(FacesContext context, Object state)
ObjectsaveState(FacesContext context)
voidsetFor(String forAttr)

Field Detail

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.

Constructor Detail

HtmlTreeCheckbox

public HtmlTreeCheckbox()

Default Constructor.

Method Detail

getFamily

public String getFamily()

See Also: javax.faces.component.UIComponent#getFamily()

getFor

public String getFor()

Returns: The for attribute.

restoreState

public void restoreState(FacesContext context, Object state)

See Also: javax.faces.component.StateHolder#restoreState(javax.faces.context.FacesContext, java.lang.Object)

saveState

public Object saveState(FacesContext context)

See Also: javax.faces.component.StateHolder#saveState(javax.faces.context.FacesContext)

setFor

public void setFor(String forAttr)

Parameters: forAttr The for attribute.