wicket.contrib.gmap.event
Class GEventListenerBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
wicket.contrib.gmap.event.GEventListenerBehavior
- All Implemented Interfaces:
- Serializable, IBehaviorListener, IClusterable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor
- Direct Known Subclasses:
- ClickListener, DblClickListener, DragEndListener, DragListener, DragStartListener, InfoWindowBeforeCloseListener, InfoWindowCloseListener, InfoWindowOpenListener, LoadListener, MapTypeChangedListener, MoveEndListener, MoveListener, MoveStartListener, ZoomEndListener
public abstract class GEventListenerBehavior
- extends AbstractDefaultAjaxBehavior
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getChannel, getChannelName, getFailureScript, getPreconditionScript, getSuccessScript, onRequest, renderHead, throttleScript |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GEventListenerBehavior
public GEventListenerBehavior()
onBind
protected void onBind()
- Overrides:
onBind in class AbstractDefaultAjaxBehavior
getJSaddListener
public String getJSaddListener()
getGMap2
protected final GMap2 getGMap2()
respond
protected final void respond(AjaxRequestTarget target)
- Specified by:
respond in class AbstractDefaultAjaxBehavior
- See Also:
AbstractDefaultAjaxBehavior.respond(org.apache.wicket.ajax.AjaxRequestTarget)
onEvent
protected abstract void onEvent(AjaxRequestTarget target)
- Typically response parameters that are meant for this event are picket up and made available
for the further processing.
- Parameters:
target - Target to add the Components, that need to be redrawn, to.
getEvent
protected abstract String getEvent()
- See: Event table after GMap2
- Returns:
- The name of the GMap Event that this Listener ought to listen to.
Copyright © 2012. All Rights Reserved.