Uses of Class
org.exoplatform.wiki.tree.TreeNodeType
-
Packages that use TreeNodeType Package Description org.exoplatform.wiki.tree -
-
Uses of TreeNodeType in org.exoplatform.wiki.tree
Fields in org.exoplatform.wiki.tree declared as TreeNodeType Modifier and Type Field Description protected TreeNodeTypeJsonNodeData. nodeTypeprotected TreeNodeTypeTreeNode. nodeTypeMethods in org.exoplatform.wiki.tree that return TreeNodeType Modifier and Type Method Description TreeNodeTypeJsonNodeData. getNodeType()TreeNodeTypeTreeNode. getNodeType()static TreeNodeTypeTreeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static TreeNodeType[]TreeNodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.exoplatform.wiki.tree with parameters of type TreeNodeType Modifier and Type Method Description voidJsonNodeData. setNodeType(TreeNodeType nodeType)voidTreeNode. setNodeType(TreeNodeType nodeType)Constructors in org.exoplatform.wiki.tree with parameters of type TreeNodeType Constructor Description TreeNode(String name, TreeNodeType nodeType)
-