public abstract class ClickEventListenerBehavior extends EventListenerBehavior
| Constructor and Description |
|---|
ClickEventListenerBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getEvent() |
String |
getJSaddListener() |
protected abstract void |
onClick(LonLat lonLat,
org.apache.wicket.ajax.AjaxRequestTarget target) |
protected void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
Typically response parameters that are meant for this event are picket up and made available
for the further processing.
|
getOpenLayersMap, onBind, renderHead, respondfindIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindpublic String getJSaddListener()
getJSaddListener in class EventListenerBehaviorprotected String getEvent()
getEvent in class EventListenerBehaviorprotected void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
EventListenerBehavioronEvent in class EventListenerBehaviortarget - Target to add the Components, that need to be redrawn, to.protected abstract void onClick(LonLat lonLat, org.apache.wicket.ajax.AjaxRequestTarget target)
Copyright © 2008–2021. All rights reserved.