Class | Description |
---|---|
Tree |
Tree is an
UIComponent that supports data binding to a tree of data objects represented by
a TreeModel instance, which is the current value of this component itself (typically established via a
ValueExpression ). |
TreeFamily |
Base class which is to be shared between all components of the Tree family.
|
TreeInsertChildren |
TreeInsertChildren is an
UIComponent that represents the insertion point for the
children of a parent tree node which is represented by TreeNodeItem . |
TreeNode |
TreeNode is an
UIComponent that represents a single tree node within a parent
Tree component. |
TreeNodeItem |
TreeNodeItem is an
UIComponent that represents a single child tree node within a parent
TreeNode component. |