Modifier and Type | Method and Description |
---|---|
List<GroupColumn> |
AbstractColumnBasedTable.getGroupColumns()
getter for the list of group columns
|
Modifier and Type | Method and Description |
---|---|
PivotTableBuilder |
PivotTableBuilder.addGroupColumn(GroupColumn groupCol) |
FlatTableBuilder |
FlatTableBuilder.addGroupColumn(GroupColumn groupCol) |
Modifier and Type | Method and Description |
---|---|
PivotTableBuilder |
PivotTableBuilder.groupColumns(List<GroupColumn> groupCols) |
FlatTableBuilder |
FlatTableBuilder.groupColumns(List<GroupColumn> groupCols) |
Constructor and Description |
---|
AbstractColumnBasedTable(TableInput input,
List<DataColumn> dataCols,
List<GroupColumn> groupCols,
boolean showTotals,
boolean showGrandTotal,
boolean showDataRows,
boolean valuesSorted) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGroupColumn |
class |
DefaultGroupColumn
Grouping Column based on a single input column
|
class |
SecondProcessGroupColumn
This is only for internal use.
|
Constructor and Description |
---|
SecondProcessGroupColumn(GroupColumn anotherGroupColumn) |
Modifier and Type | Method and Description |
---|---|
List<GroupColumn> |
AbstractReportStep.getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
Modifier and Type | Method and Description |
---|---|
List<GroupColumn> |
AbstractReportInitStep.getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumns() |
Constructor and Description |
---|
NewRowComparator(List<GroupColumn> groupCols,
List<DataColumn> dataCols) |
Modifier and Type | Method and Description |
---|---|
List<GroupColumn> |
CrosstabHeaderOutputInitStep.getGroupColumns(StepInput stepInput) |
StepResult<List<GroupColumn>> |
ConstrGrpColsForSecondProcessInitStep.init(StepInput stepInput) |
Modifier and Type | Method and Description |
---|---|
List<GroupColumn> |
IntermedTotalsOutputStep.getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect
on the following methods:
#getGroupColumns()
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
List<GroupColumn> |
IntermedTotalsCalculatorStep.getGroupColumns(StepInput stepInput) |
List<GroupColumn> |
IntermedPreviousRowManagerStep.getGroupColumns(StepInput stepInput) |
List<GroupColumn> |
IntermedGroupLevelDetectorStep.getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
List<GroupColumn> |
IntermedDataRowsOutputStep.getGroupColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getGroupColumnsCount()
#computeAggLevelForCalcRowNumber(int)
#computeCalcRowNumberForAggLevel(int) |
StepResult<List<GroupColumn>> |
ConstrIntermedGrpColsInitStep.init(StepInput input) |
Modifier and Type | Method and Description |
---|---|
static GroupColumn |
ReportUtils.createGroupColumn(int columnIndex,
int groupingLevel,
ColumnPreferences prefs,
ColumnMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ReportUtils.isSortingInColumns(List<GroupColumn> groupCols,
List<DataColumn> dataCols) |
Copyright © 2006–2015. All rights reserved.