Uses of Class
org.exoplatform.wiki.tree.TreeNode
-
Packages that use TreeNode Package Description org.exoplatform.wiki.tree org.exoplatform.wiki.tree.utils -
-
Uses of TreeNode in org.exoplatform.wiki.tree
Subclasses of TreeNode in org.exoplatform.wiki.tree Modifier and Type Class Description classPageTreeNodeclassRootTreeNodeclassSpaceTreeNodeclassWikiHomeTreeNodeclassWikiTreeNodeFields in org.exoplatform.wiki.tree with type parameters of type TreeNode Modifier and Type Field Description protected List<TreeNode>TreeNode. childrenMethods in org.exoplatform.wiki.tree that return types with arguments of type TreeNode Modifier and Type Method Description List<TreeNode>TreeNode. getChildren()Method parameters in org.exoplatform.wiki.tree with type arguments of type TreeNode Modifier and Type Method Description PageTreeNodeWikiHomeTreeNode. findDescendantNodeByName(List<TreeNode> listPageTreeNode, String name)voidTreeNode. setChildren(List<TreeNode> children)Constructors in org.exoplatform.wiki.tree with parameters of type TreeNode Constructor Description JsonNodeData(TreeNode treeNode, boolean isLastNode, boolean isSelectable, String currentPath, String excerpt, HashMap<String,Object> context) -
Uses of TreeNode in org.exoplatform.wiki.tree.utils
Methods in org.exoplatform.wiki.tree.utils that return TreeNode Modifier and Type Method Description static TreeNodeTreeUtils. getDescendants(WikiPageParams params, HashMap<String,Object> context)Create a tree node contain all its descendant with a givenWikiPageParamsstatic TreeNodeTreeUtils. getTreeNode(WikiPageParams params)Create a tree node with a givenWikiPageParamsMethods in org.exoplatform.wiki.tree.utils with parameters of type TreeNode Modifier and Type Method Description static List<JsonNodeData>TreeUtils. tranformToJson(TreeNode treeNode, HashMap<String,Object> context)
-