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 CheckedFolder<T> extends Folder<T>
This class adds a CheckBox to a Folder. Subclasses have to override newCheckBoxModel(IModel) to do anything useful with the checkbox state.
Author:
svenmeier
See Also: