org.wicketstuff.openlayers.api.control
Class SelectFeatureControl

java.lang.Object
  extended by org.wicketstuff.openlayers.api.control.AbstractControl
      extended by org.wicketstuff.openlayers.api.control.SelectFeatureControl
All Implemented Interfaces:
Serializable, IClusterable, IJavascriptComponent

public class SelectFeatureControl
extends AbstractControl

See Also:
Serialized Form

Constructor Summary
SelectFeatureControl()
           
SelectFeatureControl(Map<String,String> parameters)
           
 
Method Summary
 String getJSadd(IOpenLayersMap map)
           
 Map<String,String> getParameters()
           
 void setParameters(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectFeatureControl

public SelectFeatureControl()

SelectFeatureControl

public SelectFeatureControl(Map<String,String> parameters)
Method Detail

getJSadd

public String getJSadd(IOpenLayersMap map)
Specified by:
getJSadd in interface IJavascriptComponent
Overrides:
getJSadd in class AbstractControl
Returns:
the rendered javascript to add this component to the map

setParameters

public void setParameters(Map<String,String> parameters)

getParameters

public Map<String,String> getParameters()


Copyright © 2008-2012. All Rights Reserved.