Class SelectFeatureControl
- java.lang.Object
-
- org.wicketstuff.openlayers.api.control.AbstractControl
-
- org.wicketstuff.openlayers.api.control.SelectFeatureControl
-
- All Implemented Interfaces:
Serializable,IClusterable,IJavascriptComponent
public class SelectFeatureControl extends AbstractControl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SelectFeatureControl()SelectFeatureControl(Map<String,String> parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJSadd(IOpenLayersMap map)Map<String,String>getParameters()voidsetParameters(Map<String,String> parameters)-
Methods inherited from class org.wicketstuff.openlayers.api.control.AbstractControl
getId, getJSadd, getJSadd, getJSadd, getJSadd, getJSinvoke, getJSremove, getJSResourceReferences, getLayerList, registerJavascriptEvent, setLayerList
-
-
-
-
Method Detail
-
getJSadd
public String getJSadd(IOpenLayersMap map)
- Specified by:
getJSaddin interfaceIJavascriptComponent- Overrides:
getJSaddin classAbstractControl- Returns:
- the rendered javascript to add this component to the map
-
-