|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 | |
---|---|
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 that used to process Ajax requests. |
AjaxEventBehavior | An ajax behavior that is attached to a certain client-side (usually javascript) event, such as click, change, keydown, etc. |
AjaxRequestHandler | A request target that produces ajax response envelopes used on the client side to update component markup as well as evaluate arbitrary javascript. |
AjaxRequestTargetListenerCollection | A collection of AjaxRequestTarget.IListener s |
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 |
Enum Summary | |
---|---|
AjaxChannel.Type | The type of an AjaxChannel |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |