@Api(allMethods=true) public class ClientLayerTreeInfo extends Object implements ClientWidgetInfo
Since version 1.10.0 this configuration object implements the ClientWidgetInfo interface, so that it can
be easily retrieved like any other widget configuration object.
| Constructor and Description |
|---|
ClientLayerTreeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the unique id of this layer tree.
|
List<ClientToolInfo> |
getTools()
Get the list of tools for this layer tree.
|
ClientLayerTreeNodeInfo |
getTreeNode()
Get the root node this layer tree.
|
void |
setId(String id)
Set the unique id of this layer tree (auto-copied from Spring context).
|
void |
setTools(List<ClientToolInfo> tools)
Set the list of tools for this layer tree.
|
void |
setTreeNode(ClientLayerTreeNodeInfo treeNode)
Set the root node.
|
public String getId()
public void setId(String id)
id - idpublic ClientLayerTreeNodeInfo getTreeNode()
public void setTreeNode(ClientLayerTreeNodeInfo treeNode)
treeNode - root nodepublic List<ClientToolInfo> getTools()
public void setTools(List<ClientToolInfo> tools)
tools - list of toolsCopyright © 2015 Geosparc. All Rights Reserved.