public abstract class WiQueryAjaxEventBehavior
extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
Binds the given Event to an Ajax request.
| Constructor and Description |
|---|
WiQueryAjaxEventBehavior(EventLabel... events) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getPrecondition() |
protected CharSequence |
getPreconditionScript() |
protected void |
onBind() |
protected abstract void |
onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
onEvent is called back when the ajax request is made.
|
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target) |
findIndicatorId, generateCallbackScript, getAjaxCallDecorator, getCallbackScript, getCallbackScript, getChannelName, getFailureScript, getSuccessScript, onRequest, renderHead, throttleScriptbind, getCallbackUrl, getCallbackUrl, getComponent, getImplementationId, getStatelessHint, onComponentRendered, onComponentTag, onComponentTag, onRendered, onRenderHeadContribution, onRenderHeadInitContributionpublic WiQueryAjaxEventBehavior(EventLabel... events)
protected CharSequence getPreconditionScript()
getPreconditionScript in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorprotected void onBind()
onBind in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorprotected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond in class org.apache.wicket.ajax.AbstractDefaultAjaxBehaviorprotected abstract void onEvent(org.apache.wicket.ajax.AjaxRequestTarget target)
target - The Ajax request targetprotected String getPrecondition()
Copyright © 2009-2012. All Rights Reserved.