public class TreeDumpBean extends Object implements Serializable
| Constructor and Description |
|---|
TreeDumpBean()
Constructs the tree from the UIViewRoot.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
buildTree(org.primefaces.model.TreeNode root)
Builds a tree from the UIViewRoot.
|
org.primefaces.model.TreeNode |
getTreeModel()
Gets the tree model.
|
public static void buildTree(org.primefaces.model.TreeNode root)
root - The root node of the tree to build.public org.primefaces.model.TreeNode getTreeModel()
Copyright © 2008–2018. All rights reserved.