@Api(allMethods=true) public class ClientLayerTreeNodeInfo extends Object implements IsInfo
| Constructor and Description |
|---|
ClientLayerTreeNodeInfo()
Create client layer tree node info instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Get the tree node label.
|
List<ClientLayerInfo> |
getLayers()
Get the list of layers that are part this node.
|
List<ClientLayerTreeNodeInfo> |
getTreeNodes()
Get the list of sub-nodes of this node.
|
boolean |
isExpanded()
Is the node expanded?
|
void |
setExpanded(boolean expanded)
Set the "expanded" state for the node.
|
void |
setLabel(String label)
Set the tree node label.
|
void |
setLayers(List<ClientLayerInfo> layers)
Set the list of layers that are part this node.
|
void |
setTreeNodes(List<ClientLayerTreeNodeInfo> treeNodes)
Set the list of sub-nodes of this node.
|
public ClientLayerTreeNodeInfo()
public String getLabel()
public void setLabel(String label)
label - labelpublic List<ClientLayerTreeNodeInfo> getTreeNodes()
public void setTreeNodes(List<ClientLayerTreeNodeInfo> treeNodes)
treeNodes - list of sub-nodespublic List<ClientLayerInfo> getLayers()
public void setLayers(List<ClientLayerInfo> layers)
layers - list of layerspublic boolean isExpanded()
public void setExpanded(boolean expanded)
expanded - true when node is expandedCopyright © 2015 Geosparc. All Rights Reserved.