wicket.extensions.ajax.markup.html |
|
Java Source File Name | Type | Comment |
AjaxEditableChoiceLabel.java | Class | And inplace editor much like
AjaxEditableLabel , but now with support
for multi line content and a
TextArea text area as its editor. |
AjaxEditableLabel.java | Class | An implementation of ajaxified edit-in-place component using a
TextField as it's editor.
There are several methods that can be overriden for customization.
|
AjaxEditableMultiLineLabel.java | Class | And inplace editor much like
AjaxEditableLabel , but now with support
for multi line content and a
TextArea text area as its editor. |
IndicatingAjaxFallbackLink.java | Class | A variant of the
AjaxFallbackLink that displays a busy indicator while the
ajax request is in progress. |
IndicatingAjaxLink.java | Class | A variant of the
AjaxLink that displays a busy indicator while the
ajax request is in progress. |
IndicatingAjaxSubmitButton.java | Class | A variant of the
AjaxSubmitButton that displays a busy indicator while the
ajax request is in progress. |
WicketAjaxIndicatorAppender.java | Class | A behavior that adds a span with wicket's default indicator gif to the end of
the component's markup. |