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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.wicket.ajax.attributes.IAjaxCallListener has the following implementations.
Click this link to see all its implementation.

Constructor

Method

CharSequencegetAfterHandler(Component component)
The JavaScript that will be executed after the Ajax call.
CharSequencegetBeforeHandler(Component component)
The JavaScript that will be executed before the Ajax call, as early as possible.
CharSequencegetBeforeSendHandler(Component component)
The JavaScript that will be executed right before the execution of the the Ajax call, only if all preconditions pass.
CharSequencegetCompleteHandler(Component component)
The JavaScript that will be executed after both successful and unsuccessful return of the Ajax call.
CharSequencegetFailureHandler(Component component)
The JavaScript that will be executed after unsuccessful return of the Ajax call.
CharSequencegetPrecondition(Component component)
A JavaScript function that is invoked before the request is being executed.
CharSequencegetSuccessHandler(Component component)
The JavaScript that will be executed after successful return of the Ajax call.