- All Implemented Interfaces:
- Serializable, org.apache.wicket.ajax.IAjaxIndicatorAware, org.apache.wicket.behavior.IBehavior, org.apache.wicket.behavior.IBehaviorListener, org.apache.wicket.behavior.IComponentConfigurationBehavior, org.apache.wicket.IClusterable, org.apache.wicket.IRequestListener, org.apache.wicket.markup.html.IHeaderContributor
public class AjaxIndicator
extends org.apache.wicket.ajax.AjaxEventBehavior
implements org.apache.wicket.ajax.IAjaxIndicatorAware
A convenient class that can be used and added to any component for an Ajax indicator
Example:
private final AjaxIndicator indicatorAware = new AjaxIndicator("onclick");
...
container.addOrReplace(new EmptyPanel("indicator").add(indicatorAware.getIndicator()));
- Author:
- Arjun Dhar
- See Also:
- Serialized Form