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, IBehaviorListener, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable
public abstract class ClickEventListenerBehavior
- extends EventListenerBehavior
- See Also:
- Serialized Form
| Methods inherited from class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClickEventListenerBehavior
public ClickEventListenerBehavior()
getJSaddListener
public String getJSaddListener()
- Overrides:
getJSaddListener in class EventListenerBehavior
getEvent
protected String getEvent()
- Specified by:
getEvent in class EventListenerBehavior
onEvent
protected void onEvent(AjaxRequestTarget target)
- Description copied from class:
EventListenerBehavior
- Typically response parameters that are meant for this event are picket up and made available
for the further processing.
- Specified by:
onEvent in class EventListenerBehavior
- Parameters:
target - Target to add the Components, that need to be redrawn, to.
onClick
protected abstract void onClick(LonLat lonLat,
AjaxRequestTarget target)
Copyright © 2008-2012. All Rights Reserved.