public abstract class VerifyBehavior extends AbstractDefaultAjaxBehavior
onSuccess(AjaxRequestTarget) or
onFailure(AjaxRequestTarget, String)INDICATORINTERFACE| Constructor and Description |
|---|
VerifyBehavior() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onFailure(AjaxRequestTarget target,
String failureReason) |
protected abstract void |
onSuccess(AjaxRequestTarget target) |
void |
renderHead(Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
protected void |
respond(AjaxRequestTarget target) |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributesafterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTagbeforeRender, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onConfigure, onEvent, onException, unbindpublic void renderHead(Component component, org.apache.wicket.markup.head.IHeaderResponse response)
renderHead in interface IComponentAwareHeaderContributorrenderHead in class AbstractDefaultAjaxBehaviorprotected void respond(AjaxRequestTarget target)
respond in class AbstractDefaultAjaxBehaviorprotected abstract void onSuccess(AjaxRequestTarget target)
protected abstract void onFailure(AjaxRequestTarget target, String failureReason)
Copyright © 2012. All Rights Reserved.