| Package | Description |
|---|---|
| org.geomajas.configuration.client |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientApplicationInfo.DummyClientWidgetInfo
Dummy implementation to keep GWT serializer happy !
|
class |
ClientLayerTreeInfo
Configuration of a layer tree.
|
class |
ClientMapInfo
Map configuration.
|
class |
ClientToolbarInfo
Representation of a configured toolbar.
|
| Modifier and Type | Method and Description |
|---|---|
ClientWidgetInfo |
ClientLayerInfo.getWidgetInfo(String widget)
Get configuration for a (custom) layer widgets.
|
ClientWidgetInfo |
ClientMapInfo.getWidgetInfo(String widget)
Get configuration for a (custom) map widgets.
|
ClientWidgetInfo |
ClientApplicationInfo.getWidgetInfo(String widget)
Get configuration for a (custom) map widgets which are not map specific.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClientWidgetInfo> |
ClientLayerInfo.getWidgetInfo()
Get configuration for (custom) layer widgets.
|
Map<String,ClientWidgetInfo> |
ClientMapInfo.getWidgetInfo()
Get configuration for (custom) map widgets.
|
Map<String,ClientWidgetInfo> |
ClientApplicationInfo.getWidgetInfo()
Get configuration for (custom) widgets which are not map specific.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientLayerInfo.setWidgetInfo(Map<String,ClientWidgetInfo> widgetInfo)
Set configuration for (custom) layer widgets.
|
void |
ClientMapInfo.setWidgetInfo(Map<String,ClientWidgetInfo> widgetInfo)
Set configuration for (custom) map widgets.
|
void |
ClientApplicationInfo.setWidgetInfo(Map<String,ClientWidgetInfo> widgetInfo)
Set configuration for (custom) map widgets which are not map specific.
|
Copyright © 2015 Geosparc. All Rights Reserved.