Class IndicatingAjaxFallbackLink<T>

Type Parameters:
T - type of model
All Implemented Interfaces:
Serializable, Iterable<Component>, IAjaxIndicatorAware, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<T,Link<T>>, IMetadataContext<Serializable,Component>, IRequestListener, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

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