All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, org.apache.wicket.util.IHierarchical<Component>, org.apache.wicket.util.io.IClusterable

public class AjaxListPanel extends Panel
An panel for an Ajax-ified list of components.

Allows to dynamically append and delete components without an update of a whole container.

Author:
svenmeier
See Also: