Modifier and Type | Field and Description |
---|---|
static String |
ROOT_NODE_ID
根节点Id
|
static String |
ROOT_NODE_NAME
根节点名称
|
Constructor and Description |
---|
TreeNode() |
Modifier and Type | Method and Description |
---|---|
static TreeNode |
createRoot()
创建根节点
|
String |
getNodeId()
获取节点id
|
String |
getNodeParentId()
获取节点父id
|
void |
setChildrenNodes(List childrenNodes)
设置children
|
public static final String ROOT_NODE_ID
public static final String ROOT_NODE_NAME
public String getNodeParentId()
Tree
getNodeParentId
in interface Tree
public void setChildrenNodes(List childrenNodes)
Tree
setChildrenNodes
in interface Tree
public static TreeNode createRoot()
Copyright © 2018. All rights reserved.