Uses of Class
org.omnifaces.component.tree.TreeFamily
-
Packages that use TreeFamily Package Description org.omnifaces.component.tree -
-
Uses of TreeFamily in org.omnifaces.component.tree
Subclasses of TreeFamily in org.omnifaces.component.tree Modifier and Type Class Description classTreeThe<o:tree>allows the developers to have full control over the markup of a tree hierarchy by declaring the appropriate Faces components or HTML elements in the markup.classTreeInsertChildrenThe<o:treeInsertChildren>is anUIComponentthat represents the insertion point for the children of a parent tree node which is represented byTreeNodeItem.classTreeNodeThe<o:treeNode>is anUIComponentthat represents a single tree node within a parentTreecomponent.classTreeNodeItemThe<o:treeNodeItem>is anUIComponentthat represents a single child tree node within a parentTreeNodecomponent.
-