public class TreeNode extends Object implements Comparable<TreeNode>
| 构造器和说明 |
|---|
TreeNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(TreeNode treeNode) |
List<TreeNode> |
getChildren() |
String |
getIcon() |
String |
getId() |
String |
getLabel() |
String |
getParent() |
String |
getResUrl() |
String |
getType() |
void |
setChildren(List<TreeNode> children) |
void |
setIcon(String icon) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setParent(String parent) |
void |
setResUrl(String resUrl) |
void |
setType(String type) |
public String getId()
public void setId(String id)
public String getLabel()
public void setLabel(String label)
public String getResUrl()
public void setResUrl(String resUrl)
public String getIcon()
public void setIcon(String icon)
public String getType()
public void setType(String type)
public String getParent()
public void setParent(String parent)
public int compareTo(TreeNode treeNode)
compareTo 在接口中 Comparable<TreeNode>Copyright © 2022 Anji-Plus. All rights reserved.