Uses of Class
org.exoplatform.wiki.tree.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.exoplatform.wiki.tree
Subclasses of TreeNode in org.exoplatform.wiki.treeModifier and TypeClassDescriptionclassclassclassclassclassFields in org.exoplatform.wiki.tree with type parameters of type TreeNodeMethods in org.exoplatform.wiki.tree that return types with arguments of type TreeNodeMethod parameters in org.exoplatform.wiki.tree with type arguments of type TreeNodeModifier and TypeMethodDescriptionWikiHomeTreeNode.findDescendantNodeByName(List<TreeNode> listPageTreeNode, String name) voidTreeNode.setChildren(List<TreeNode> children) Constructors in org.exoplatform.wiki.tree with parameters of type TreeNode -
Uses of TreeNode in org.exoplatform.wiki.tree.utils
Methods in org.exoplatform.wiki.tree.utils that return TreeNodeModifier and TypeMethodDescriptionstatic TreeNodeTreeUtils.getDescendants(WikiPageParams params, Map<String, Object> context, String userId) 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 TreeNodeModifier and TypeMethodDescriptionstatic JsonNodeDataTreeUtils.toJsonNodeData(TreeNode node, String path, Page currentPage, Map<String, Object> context, Boolean canEdit, Boolean isLastNode, org.exoplatform.services.security.Identity identity, Locale locale, NoteService noteService) static List<JsonNodeData> TreeUtils.tranformToJson(TreeNode treeNode, Map<String, Object> context, org.exoplatform.services.security.Identity identity, Locale locale)