Uses of Class
org.apache.wicket.ajax.attributes.AjaxCallListener

Packages that use AjaxCallListener
org.apache.wicket.ajax   
org.apache.wicket.ajax.attributes   
 

Uses of AjaxCallListener in org.apache.wicket.ajax
 

Subclasses of AjaxCallListener in org.apache.wicket.ajax
 class CancelEventIfAjaxListener
          Decorator that can be used to cancel the regular action if ajax call was performed.
 

Uses of AjaxCallListener in org.apache.wicket.ajax.attributes
 

Methods in org.apache.wicket.ajax.attributes that return AjaxCallListener
 AjaxCallListener AjaxCallListener.onAfter(CharSequence after)
          Sets the JavaScript code that will be returned by getAfterHandler(Component).
 AjaxCallListener AjaxCallListener.onBefore(CharSequence before)
          Sets the JavaScript code that will be returned by getBeforeHandler(Component).
 AjaxCallListener AjaxCallListener.onBeforeSend(CharSequence beforeSend)
          Sets the JavaScript code that will be returned by getBeforeSendHandler(Component).
 AjaxCallListener AjaxCallListener.onComplete(CharSequence complete)
          Sets the JavaScript code that will be returned by getCompleteHandler(Component).
 AjaxCallListener AjaxCallListener.onDone(CharSequence done)
          Sets the JavaScript code that will be returned by getDoneHandler(Component).
 AjaxCallListener AjaxCallListener.onFailure(CharSequence failure)
          Sets the JavaScript code that will be returned by getFailureHandler(Component).
 AjaxCallListener AjaxCallListener.onInit(CharSequence init)
          Sets the JavaScript code that will be returned by getInitHandler(Component).
 AjaxCallListener AjaxCallListener.onPrecondition(CharSequence precondition)
          Sets the JavaScript code that will be returned by getPrecondition(Component).
 AjaxCallListener AjaxCallListener.onSuccess(CharSequence success)
          Sets the JavaScript code that will be returned by getSuccessHandler(Component).
 



Copyright © 2006–2019 Apache Software Foundation. All rights reserved.