Class IndicatingAjaxLink<T>

Type Parameters:
T -
All Implemented Interfaces:
Serializable, Iterable<Component>, IAjaxIndicatorAware, IAjaxLink, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,AjaxLink<T>>, IMetadataContext<Serializable,Component>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public abstract class IndicatingAjaxLink<T> extends AjaxLink<T> implements IAjaxIndicatorAware
A variant of the AjaxLink that displays a busy indicator while the ajax request is in progress.
Since:
1.2
Author:
Igor Vaynberg (ivaynberg)
See Also: