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 String
COMPONENT_FAMILY
The component family.
static String
COMPONENT_TYPE
The component type.

Constructor Summary

HtmlTreeColumn()
Default Constructor.

Method Summary

String
getFamily()

Field Details

COMPONENT_FAMILY

public static final String COMPONENT_FAMILY
The component family.

COMPONENT_TYPE

public static final String COMPONENT_TYPE
The component type.

Constructor Details

HtmlTreeColumn

public HtmlTreeColumn()
Default Constructor.

Method Details

getFamily

public String getFamily()
See Also:
javax.faces.component.UIComponent.getFamily()