Module org.omnifaces
Package org.omnifaces.component.tree
package org.omnifaces.component.tree
-
ClassesClassDescriptionThe
<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.Base class which is to be shared between all components of the Tree family.The<o:treeInsertChildren>is anUIComponentthat represents the insertion point for the children of a parent tree node which is represented byTreeNodeItem.The<o:treeNode>is anUIComponentthat represents a single tree node within a parentTreecomponent.The<o:treeNodeItem>is anUIComponentthat represents a single child tree node within a parentTreeNodecomponent.