Class RemoveDrawControl
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.wicketstuff.openlayers.api.control.RemoveDrawControl
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IClusterable
public class RemoveDrawControl extends Behavior
Attaches itself to a element, and onclick removes the drawcontrol- Author:
- Nino Martinez Wael
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoveDrawControl(IOpenLayersMap map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbind(Component component)-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
-
-
-
-
Constructor Detail
-
RemoveDrawControl
public RemoveDrawControl(IOpenLayersMap map)
-
-