org.apache.myfaces.custom.tree

Class HtmlTreeColumn

public class HtmlTreeColumn extends UIColumn

Tree column model. This column is used to provide the place holder for the tree. This is used in conjunction with the table format display.

Author: David Le Strat

Field Summary
static StringCOMPONENT_FAMILY
The component family.
static StringCOMPONENT_TYPE
The component type.
Constructor Summary
HtmlTreeColumn()

Default Constructor.

Method Summary
StringgetFamily()

Field Detail

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
The component family.

COMPONENT_TYPE

public static final String COMPONENT_TYPE
The component type.

Constructor Detail

HtmlTreeColumn

public HtmlTreeColumn()

Default Constructor.

Method Detail

getFamily

public String getFamily()

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