Package org.apache.wicket.extensions.ajax.markup.html

Class Summary
AjaxEditableChoiceLabel An inplace editor much like AjaxEditableLabel, but instead of a TextField a DropDownChoice is displayed.
AjaxEditableLabel An implementation of ajaxified edit-in-place component using a TextField as it's editor.
AjaxEditableMultiLineLabel An inplace editor much like AjaxEditableLabel, but now with support for multi line content and a text area as its editor.
AjaxLazyLoadPanel A panel where you can lazy load another panel.
IndicatingAjaxButton A variant of the AjaxButton that displays a busy indicator while the ajax request is in progress.
IndicatingAjaxFallbackLink A variant of the AjaxFallbackLink that displays a busy indicator while the ajax request is in progress.
IndicatingAjaxLink A variant of the AjaxLink that displays a busy indicator while the ajax request is in progress.
IndicatingAjaxSubmitButton Deprecated. Use IndicatingAjaxButton instead.
WicketAjaxIndicatorAppender A behavior that adds a span with wicket's default indicator gif to the end of the component's markup.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.