public abstract class EventListenerBehavior extends AbstractDefaultAjaxBehavior
INDICATOR| Constructor and Description |
|---|
EventListenerBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getEvent() |
String |
getJSaddListener() |
protected IOpenLayersMap |
getOpenLayersMap() |
protected void |
onBind() |
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.
|
void |
renderHead(Component c,
IHeaderResponse response) |
protected void |
respond(AjaxRequestTarget target) |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onMethodMismatch, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbindbeforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTagclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrendersPagepublic void renderHead(Component c, IHeaderResponse response)
renderHead in interface IComponentAwareHeaderContributorrenderHead in class AbstractDefaultAjaxBehaviorprotected void onBind()
onBind in class AbstractDefaultAjaxBehaviorpublic String getJSaddListener()
protected final IOpenLayersMap getOpenLayersMap()
protected final void respond(AjaxRequestTarget target)
respond in class AbstractDefaultAjaxBehaviorAbstractDefaultAjaxBehavior.respond(org.apache.wicket.ajax.AjaxRequestTarget)protected abstract void onEvent(AjaxRequestTarget target)
target - Target to add the Components, that need to be redrawn, to.protected abstract String getEvent()
Copyright © 2008–2020. All rights reserved.