Uses of Interface
org.wicketstuff.openlayers.api.IJavascriptComponent

Packages that use IJavascriptComponent
org.wicketstuff.openlayers This package contains wicket Openlayers implementation. 
org.wicketstuff.openlayers.api   
org.wicketstuff.openlayers.api.control   
 

Uses of IJavascriptComponent in org.wicketstuff.openlayers
 

Methods in org.wicketstuff.openlayers that return types with arguments of type IJavascriptComponent
 List<IJavascriptComponent> OpenLayersMap.getControls()
           
 List<IJavascriptComponent> IOpenLayersMap.getControls()
           
 List<IJavascriptComponent> AjaxOpenLayersMap.getControls()
           
 

Methods in org.wicketstuff.openlayers with parameters of type IJavascriptComponent
 OpenLayersMap OpenLayersMap.addControl(IJavascriptComponent control)
          Add a control.
 IOpenLayersMap IOpenLayersMap.addControl(IJavascriptComponent control)
           
 IOpenLayersMap AjaxOpenLayersMap.addControl(IJavascriptComponent control)
          Add a control.
 OpenLayersMap OpenLayersMap.removeControl(IJavascriptComponent control)
          Remove a control.
 IOpenLayersMap IOpenLayersMap.removeControl(IJavascriptComponent control)
           
 IOpenLayersMap AjaxOpenLayersMap.removeControl(IJavascriptComponent control)
          Remove a control.
 

Uses of IJavascriptComponent in org.wicketstuff.openlayers.api
 

Classes in org.wicketstuff.openlayers.api that implement IJavascriptComponent
 class Control
          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).
 class Marker
          Represents an Openlayers API's http://dev.openlayers.org/apidocs/files/OpenLayers/Marker-js.html
 class Overlay
          Represents an Openlayers API's // legacy to be removed
 

Uses of IJavascriptComponent in org.wicketstuff.openlayers.api.control
 

Classes in org.wicketstuff.openlayers.api.control that implement IJavascriptComponent
 class AbstractControl
           
 class GetFeature
           
 class SelectFeatureControl
           
 class WMSGetFeatureInfo
           
 



Copyright © 2008-2012. All Rights Reserved.