Class GroupByColumnAccessor<T>
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>
IColumnAccessor
that wraps an instance of IColumnAccessor
and
adds the ability to handle GroupByObject
s additionally to the
underlying data structure. Necessary to be able to introduce groupBy
structures.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getDataValue
(Object rowObject, int columnIndex) void
setDataValue
(Object rowObject, int columnIndex, Object newValue)
-
Field Details
-
columnAccessor
-
-
Constructor Details
-
GroupByColumnAccessor
-
-
Method Details
-
getDataValue
- Specified by:
getDataValue
in interfaceIColumnAccessor<T>
-
setDataValue
- Specified by:
setDataValue
in interfaceIColumnAccessor<T>
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceIColumnAccessor<T>
-