Package | Description |
---|---|
org.omnifaces.component.tree |
Modifier and Type | Class and Description |
---|---|
class |
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 ). |
class |
TreeInsertChildren
TreeInsertChildren is an
UIComponent that represents the insertion point for the
children of a parent tree node which is represented by TreeNodeItem . |
class |
TreeNode
TreeNode is an
UIComponent that represents a single tree node within a parent
Tree component. |
class |
TreeNodeItem
TreeNodeItem is an
UIComponent that represents a single child tree node within a parent
TreeNode component. |