Displaying hierarchical data using the Tree component
The Tree component can be used to represent hierarchical data in a tree structure.
A Tree component can be created using the org.primefaces.model.TreeNode
instance as the root of the tree. PrimeFaces provides a default implementation of the TreeNode
interface org.primefaces.model.DefaultTreeNode.DefaultTreeNode
.
In our TechBuzz application, we would like to display PostTitle in the tree structure using the Year/Month/PostTitle hierarchy.