Package org.wicketstuff.openlayers.event
Class ClickEventListenerBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.apache.wicket.behavior.AbstractAjaxBehavior
-
- org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
-
- org.wicketstuff.openlayers.event.EventListenerBehavior
-
- org.wicketstuff.openlayers.event.ClickEventListenerBehavior
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IRequestListener,IComponentAwareHeaderContributor,IClusterable
public abstract class ClickEventListenerBehavior extends EventListenerBehavior
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
INDICATOR
-
-
Constructor Summary
Constructors Constructor Description ClickEventListenerBehavior()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected StringgetEvent()StringgetJSaddListener()protected abstract voidonClick(LonLat lonLat, AjaxRequestTarget target)protected voidonEvent(AjaxRequestTarget target)Typically response parameters that are meant for this event are picket up and made available for the further processing.-
Methods inherited from class org.wicketstuff.openlayers.event.EventListenerBehavior
getOpenLayersMap, onBind, renderHead, respond
-
Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes
-
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
-
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
-
-
-
Method Detail
-
getJSaddListener
public String getJSaddListener()
- Overrides:
getJSaddListenerin classEventListenerBehavior
-
getEvent
protected String getEvent()
- Specified by:
getEventin classEventListenerBehavior
-
onEvent
protected void onEvent(AjaxRequestTarget target)
Description copied from class:EventListenerBehaviorTypically response parameters that are meant for this event are picket up and made available for the further processing.- Specified by:
onEventin classEventListenerBehavior- Parameters:
target- Target to add the Components, that need to be redrawn, to.
-
onClick
protected abstract void onClick(LonLat lonLat, AjaxRequestTarget target)
-
-