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 GroupByObjects additionally to the
underlying data structure. Necessary to be able to introduce groupBy
structures.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetDataValue(Object rowObject, int columnIndex) voidsetDataValue(Object rowObject, int columnIndex, Object newValue)
-
Field Details
-
columnAccessor
-
-
Constructor Details
-
GroupByColumnAccessor
-
-
Method Details
-
getDataValue
- Specified by:
getDataValuein interfaceIColumnAccessor<T>
-
setDataValue
- Specified by:
setDataValuein interfaceIColumnAccessor<T>
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceIColumnAccessor<T>
-