org.wicketstuff.openlayers.api.control
Class RemoveDrawControl

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.wicketstuff.openlayers.api.control.RemoveDrawControl
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor

public class RemoveDrawControl
extends org.apache.wicket.behavior.AbstractBehavior

Attaches itself to a element, and onclick removes the drawcontrol

Author:
Nino Martinez Wael
See Also:
Serialized Form

Constructor Summary
RemoveDrawControl(IOpenLayersMap map)
           
 
Method Summary
 void bind(org.apache.wicket.Component component)
           
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered, renderHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveDrawControl

public RemoveDrawControl(IOpenLayersMap map)
Method Detail

bind

public void bind(org.apache.wicket.Component component)
Specified by:
bind in interface org.apache.wicket.behavior.IBehavior
Overrides:
bind in class org.apache.wicket.behavior.AbstractBehavior


Copyright © 2008-2010. All Rights Reserved.