@Api(allMethods=true) public class ClientToolbarInfo 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 |
|---|
ClientToolbarInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Get the toolbar id.
|
List<ClientToolInfo> |
getTools()
Get the list of tools for this toolbar.
|
void |
setId(String value)
Set the toolbar id.
|
void |
setTools(List<ClientToolInfo> tools)
Set the list of tools for this toolbar.
|
public List<ClientToolInfo> getTools()
ClientToolInfopublic void setTools(List<ClientToolInfo> tools)
tools - list of toolspublic String getId()
public void setId(String value)
value - toolbar idCopyright © 2015 Geosparc. All Rights Reserved.