Package wicket.ajax
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
IAjaxCallDecorator Interface used to decorate a wicket generated javascript that performs an ajax callback
IAjaxIndicatorAware This interface makes it trivial to use busy indicators for ajax requests.
Classes
AbstractAjaxTimerBehavior A behavior that generates an AJAX update callback at a regular interval.
AbstractDefaultAjaxBehavior The base class for Wicket's default AJAX implementation.
AjaxEventBehavior An ajax behavior that is attached to a certain client-side (usually javascript) event, such as onClick, onChange, onKeyDown, etc.
AjaxInitializer Initializer for the wicket.ajax package
AjaxRequestTarget A request target that produces ajax response envelopes used on the client side to update component markup as well as evaluate arbitrary javascript.
AjaxSelfUpdatingTimerBehavior Automatically re-renders the component it is attached to via AJAX at a regular interval.
No description provided.