java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy.GroupByColumnAccessor<T>
Type Parameters:
T - The type of the underlying data model
All Implemented Interfaces:
IColumnAccessor<Object>

public class GroupByColumnAccessor<T> extends Object implements IColumnAccessor<Object>
IColumnAccessor that wraps an instance of IColumnAccessor and adds the ability to handle GroupByObjects additionally to the underlying data structure. Necessary to be able to introduce groupBy structures.