Package org.wicketstuff.openlayers.api
Class Control
- java.lang.Object
-
- org.wicketstuff.openlayers.api.control.AbstractControl
-
- org.wicketstuff.openlayers.api.Control
-
- All Implemented Interfaces:
Serializable,IClusterable,IJavascriptComponent
public class Control extends AbstractControl
Represents an OpenLayers http://dev.openlayers.org/apidocs/files/OpenLayers/Control-js.html These are the controls that take no context specific options in the constructor (the externalizable=true controls may include a div but this is not set by the caller). See @linkIJavascriptComponentfor the hierarchy- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ControlKeyboardDefaultsstatic ControlLayerSwitcherstatic ControlMousePositionstatic ControlMouseToolbarstatic ControlNavigationstatic ControlOverviewMapstatic ControlPanZoomstatic ControlPanZoomBarstatic ControlPermalinkstatic ControlScaleLine
-
Method Summary
-
Methods inherited from class org.wicketstuff.openlayers.api.control.AbstractControl
getId, getJSadd, getJSadd, getJSadd, getJSadd, getJSadd, getJSinvoke, getJSremove, getJSResourceReferences, getLayerList, registerJavascriptEvent, setLayerList
-
-
-
-
Field Detail
-
PanZoomBar
public static final Control PanZoomBar
-
MouseToolbar
public static final Control MouseToolbar
-
LayerSwitcher
public static final Control LayerSwitcher
-
Permalink
public static final Control Permalink
-
MousePosition
public static final Control MousePosition
-
OverviewMap
public static final Control OverviewMap
-
KeyboardDefaults
public static final Control KeyboardDefaults
-
PanZoom
public static final Control PanZoom
-
Navigation
public static final Control Navigation
-
ScaleLine
public static final Control ScaleLine
-
-
Constructor Detail
-
Control
public Control(String name, boolean externalizable)
- Parameters:
name-externalizable-
-
-