|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| 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. |
| IAjaxCallDecorator | Interface used to decorate a wicket generated javascript that performs an ajax callback The returned scripts are rendered in the HTML as follow: <a href="javascript:[script]var wcall=wicketAjaxGet('[url]', function() {[onSuccessScript]}, function() {[onFailureScript});" ... |
| 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 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 onClick, onChange, onKeyDown, 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. |
| AjaxRequestTarget | 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.IListeners |
| AjaxSelfUpdatingTimerBehavior | Automatically re-renders the component it is attached to via AJAX at a regular interval. |
| WicketAjaxReference | Resource reference for Wicket AJAX javascript implementation |
| Enum Summary | |
|---|---|
| AjaxChannel.Type | The type of an AjaxChannel |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||