Java org.apache.wicket.ajax.attributes AjaxCallListener fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.ajax.attributes AjaxCallListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.ajax.attributes AjaxCallListener.

The text is from its open source code.

Subclass

org.apache.wicket.ajax.attributes.AjaxCallListener has subclasses.
Click this link to see all its subclasses.

Constructor

Method

AjaxCallListeneronBefore(final CharSequence before)
Sets the JavaScript code that will be returned by #getBeforeHandler(Component) .
AjaxCallListeneronComplete(final CharSequence complete)
Sets the JavaScript code that will be returned by #getCompleteHandler(Component) .
AjaxCallListeneronFailure(final CharSequence failure)
Sets the JavaScript code that will be returned by #getFailureHandler(Component) .
AjaxCallListeneronPrecondition(final CharSequence precondition)
Sets the JavaScript code that will be returned by #getPrecondition(Component) .
AjaxCallListeneronSuccess(final CharSequence success)
Sets the JavaScript code that will be returned by #getSuccessHandler(Component) .