Package org.apache.wicket.ajax

Interface Summary
AjaxRequestTarget  
AjaxRequestTarget.IJavaScriptResponse An ajax javascript response that allows users to add javascript to be executed on the client side
AjaxRequestTarget.IListener An AjaxRequestTarget listener that can be used to respond to various target-related events
AjaxRequestTarget.ITargetRespondListener Components can implement this interface to get a notification when AjaxRequestTarget begins to respond.
IAjaxIndicatorAware This interface makes it trivial to use busy indicators for ajax requests.
IAjaxRegionMarkupIdProvider A mixin that allows behaviors and components to override the id of the markup region that will be updated via ajax.
 

Class Summary
AbstractAjaxResponse A POJO-like that collects the data for the Ajax response written to the client and serializes it to specific String-based format (XML, JSON, ...).
AbstractAjaxResponse.AjaxResponse Response that uses an encoder to encode its contents
AbstractAjaxTimerBehavior A behavior that generates an AJAX update callback at a regular interval.
AbstractDefaultAjaxBehavior The base class for Wicket's default AJAX implementation.
AjaxChannel A Channel used to define how Ajax requests are processed at the client side.
AjaxEventBehavior An ajax behavior that is attached to a certain client-side (usually javascript) event, such as click, change, keydown, etc.
AjaxNewWindowNotifyingBehavior An Ajax behavior that notifies when a new browser window/tab is opened with url to a page instance which is already opened in another window/tab in the same user session.
AjaxRequestHandler A request target that produces ajax response envelopes used on the client side to update component markup as well as evaluate arbitrary javascript.
AjaxRequestTarget.AbstractListener Empty implementation of an AjaxRequestTarget.IListener useful as a starting point for your own custom listener.
AjaxRequestTargetListenerCollection A collection of AjaxRequestTarget.IListeners
AjaxSelfUpdatingTimerBehavior Automatically re-renders the component it is attached to via AJAX at a regular interval.
CancelEventIfAjaxListener Decorator that can be used to cancel the regular action if ajax call was performed.
WicketAjaxDebugJQueryResourceReference  
WicketAjaxJQueryResourceReference  
WicketEventJQueryResourceReference  
XmlAjaxResponse An AbstractAjaxResponse that serializes itself to XML.
 

Enum Summary
AjaxChannel.Type The type of an AjaxChannel
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.