Class TreeGrid<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>

Type Parameters:
T - tree model object type
I - node model object type
All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class TreeGrid<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S> extends AbstractGrid<T,I,S>
Advanced grid with a tree. Supports resizable and reorderable columns.
Author:
Matej Knopp
See Also: