| Interface | Description |
|---|---|
| DataColumn |
Data column for flat and pivot tables.
|
| GroupColumn |
Group column for flat and pivot tables.
|
| PivotData |
Crosstab data
|
| PivotHeaderRow |
This is part of the header of the final pivot table that gets its data from an input column.
|
| Class | Description |
|---|---|
| AbstractDataColumn | |
| AbstractGroupColumn | |
| AbstractPivotData | |
| AbstractPivotHeaderRow | |
| DefaultDataColumn |
This is the basic implementation for a data column.
|
| DefaultDataColumn.Builder | |
| DefaultGroupColumn |
Grouping Column based on a single input column
|
| DefaultGroupColumn.Builder | |
| DefaultPivotData | |
| DefaultPivotData.Builder | |
| DefaultPivotHeaderRow | |
| DefaultPivotHeaderRow.Builder | |
| SecondProcessDataColumn |
Warning: only for internal use !
|
| SecondProcessDataColumnFromOriginalDataColumn |
This is only for internal usage !
|
| SecondProcessGroupColumn |
This is only for internal use.
|
| SecondProcessTotalColumn |
this is only for internal use
|
| Enum | Description |
|---|---|
| HorizAlign |
enumeration of possible horizontal alignments
|
| SortType | |
| VertAlign |
Copyright © 2006–2015. All rights reserved.