Class DefaultNestedTree<T>

Type Parameters:
T - The node type
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<Set<T>,AbstractTree<T>>, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class DefaultNestedTree<T> extends NestedTree<T>
An implementation of the NestedTree that aims to solve the 90% usecase by using Folders on a standard NestedTree.
Author:
svenmeier
See Also: