public class TreeNode extends Object implements com.google.gwt.user.client.rpc.IsSerializable
Constructor and Description |
---|
TreeNode() |
TreeNode(String label,
String id,
String path,
List<TreeNode> children,
int type,
boolean isRoot) |
Modifier and Type | Method and Description |
---|---|
List<TreeNode> |
getChildren() |
String |
getId() |
String |
getLabel() |
String |
getPath() |
int |
getType() |
boolean |
isRoot() |
void |
setChildren(List<TreeNode> children) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setPath(String path) |
void |
setRoot(boolean isRoot) |
void |
setType(int type) |
public String getId()
public String getLabel()
public int getType()
public boolean isRoot()
public void setId(String id)
public void setLabel(String label)
public void setRoot(boolean isRoot)
public void setType(int type)
public String getPath()
public void setPath(String path)
Copyright © 2014. All Rights Reserved.