org.wicketstuff.openlayers.api
Class Control

java.lang.Object
  extended by org.wicketstuff.openlayers.api.control.AbstractControl
      extended by 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

Field Summary
static Control KeyboardDefaults
           
static Control LayerSwitcher
           
static Control MousePosition
           
static Control MouseToolbar
           
static Control Navigation
           
static Control OverviewMap
           
static Control PanZoom
           
static Control PanZoomBar
           
static Control Permalink
           
static Control ScaleLine
           
 
Constructor Summary
Control(String name, boolean externalizable)
           
 
Method Summary
 
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
 

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 -


Copyright © 2008-2012. All Rights Reserved.