| AjaxEditableChoiceLabel<T> |
An inplace editor much like AjaxEditableLabel, but instead of a TextField a
DropDownChoice is displayed.
|
| AjaxEditableLabel<T> |
An implementation of ajaxified edit-in-place component using a TextField as it's editor.
|
| AjaxEditableMultiLineLabel<T> |
An inplace editor much like AjaxEditableLabel, but now with support for multi line
content and a text area as its editor.
|
| AjaxIndicatorAppender |
A behavior that adds a span with wicket's default indicator gif to the end of the component's
markup.
|
| AjaxLazyLoadPanel<T extends org.apache.wicket.Component> |
A panel which load lazily a single content component.
|
| AjaxLazyLoadPanelTester |
|
| IndicatingAjaxButton |
A variant of the AjaxButton that displays a busy indicator while the ajax request is in
progress.
|
| IndicatingAjaxFallbackLink<T> |
A variant of the AjaxFallbackLink that displays a busy indicator while the ajax request
is in progress.
|
| IndicatingAjaxLink<T> |
A variant of the AjaxLink that displays a busy indicator while the ajax request is in
progress.
|