Uses of Enum Class
org.exoplatform.wiki.tree.TreeNodeType
Packages that use TreeNodeType
-
Uses of TreeNodeType in org.exoplatform.wiki.tree
Fields in org.exoplatform.wiki.tree declared as TreeNodeTypeModifier and TypeFieldDescriptionprotected TreeNodeTypeJsonNodeData.nodeTypeprotected TreeNodeTypeTreeNode.nodeTypeMethods in org.exoplatform.wiki.tree that return TreeNodeTypeModifier and TypeMethodDescriptionJsonNodeData.getNodeType()TreeNode.getNodeType()static TreeNodeTypeReturns the enum constant of this class with the specified name.static TreeNodeType[]TreeNodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.wiki.tree with parameters of type TreeNodeTypeModifier and TypeMethodDescriptionvoidJsonNodeData.setNodeType(TreeNodeType nodeType) voidTreeNode.setNodeType(TreeNodeType nodeType) Constructors in org.exoplatform.wiki.tree with parameters of type TreeNodeType