Uses of Interface
org.wicketstuff.openlayers.api.IJavascriptComponent
-
Packages that use IJavascriptComponent Package Description 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 Modifier and Type Method Description List<IJavascriptComponent>AjaxOpenLayersMap. getControls()List<IJavascriptComponent>IOpenLayersMap. getControls()List<IJavascriptComponent>OpenLayersMap. getControls()Methods in org.wicketstuff.openlayers with parameters of type IJavascriptComponent Modifier and Type Method Description IOpenLayersMapAjaxOpenLayersMap. addControl(IJavascriptComponent control)Add a control.IOpenLayersMapIOpenLayersMap. addControl(IJavascriptComponent control)OpenLayersMapOpenLayersMap. addControl(IJavascriptComponent control)Add a control.IOpenLayersMapAjaxOpenLayersMap. removeControl(IJavascriptComponent control)Remove a control.IOpenLayersMapIOpenLayersMap. removeControl(IJavascriptComponent control)OpenLayersMapOpenLayersMap. removeControl(IJavascriptComponent control)Remove a control. -
Uses of IJavascriptComponent in org.wicketstuff.openlayers.api
Classes in org.wicketstuff.openlayers.api that implement IJavascriptComponent Modifier and Type Class Description classControlRepresents 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).classMarkerRepresents an Openlayers API's http://dev.openlayers.org/apidocs/files/OpenLayers/Marker-js.htmlclassOverlayRepresents 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 Modifier and Type Class Description classAbstractControlclassGetFeatureclassSelectFeatureControlclassWMSGetFeatureInfo
-