org.apache.myfaces.custom.tree

Class HtmlTreeCheckbox


public class HtmlTreeCheckbox
extends UISelectItem

Author:
David Le Strat

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)

Field Details

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 Details

HtmlTreeCheckbox

public HtmlTreeCheckbox()
Default Constructor.

Method Details

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.