| Package | Description |
|---|---|
| org.exoplatform.wiki.tree |
| Modifier and Type | Field and Description |
|---|---|
protected TreeNodeType |
TreeNode.nodeType |
protected TreeNodeType |
JsonNodeData.nodeType |
| Modifier and Type | Method and Description |
|---|---|
TreeNodeType |
TreeNode.getNodeType() |
TreeNodeType |
JsonNodeData.getNodeType() |
static TreeNodeType |
TreeNodeType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNode.setNodeType(TreeNodeType nodeType) |
void |
JsonNodeData.setNodeType(TreeNodeType nodeType) |
| Constructor and Description |
|---|
TreeNode(String name,
TreeNodeType nodeType) |
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.