Class DefaultTableTree<T,S>

Type Parameters:
T - The node type
S - the type of the sorting parameter
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 DefaultTableTree<T,S> extends TableTree<T,S>
An implementation of the TableTree that aims to solve the 90% usecase by using Folders and by adding navigation, headers and no-records-found toolbars to a standard TableTree.
Author:
svenmeier
See Also: