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 @link IJavascriptComponent for the hierarchy
- See Also:
- Serialized Form
| Methods inherited from class org.wicketstuff.openlayers.api.control.AbstractControl |
getId, getJSadd, getJSadd, getJSadd, getJSadd, getJSadd, getJSinvoke, getJSremove, getJSResourceReferences, getLayerList, registerJavascriptEvent, setLayerList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Control
public Control(String name,
boolean externalizable)
- Parameters:
name - externalizable -
Copyright © 2008-2012. All Rights Reserved.