Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
AbstractColumnBasedTable.getDataColumns()
getter for data colums of this report
|
Modifier and Type | Method and Description |
---|---|
PivotTableBuilder |
PivotTableBuilder.addDataColumn(DataColumn dataCol) |
FlatTableBuilder |
FlatTableBuilder.addDataColumn(DataColumn dataCol) |
Modifier and Type | Method and Description |
---|---|
PivotTableBuilder |
PivotTableBuilder.dataColumns(List<DataColumn> dataCols) |
FlatTableBuilder |
FlatTableBuilder.dataColumns(List<DataColumn> dataCols) |
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 |
AbstractDataColumn |
class |
DefaultDataColumn
This is the basic implementation for a data column.
|
class |
SecondProcessDataColumn
Warning: only for internal use !
|
class |
SecondProcessDataColumnFromOriginalDataColumn
This is only for internal usage !
|
class |
SecondProcessTotalColumn
this is only for internal use
|
Constructor and Description |
---|
SecondProcessDataColumnFromOriginalDataColumn(DataColumn origDataColumn,
int indexInDataColsArray) |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
AbstractReportStep.getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getDataColumnsLength() |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
AbstractReportInitStep.getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getDataColumnsLength() |
Constructor and Description |
---|
NewRowComparator(List<GroupColumn> groupCols,
List<DataColumn> dataCols) |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
CrosstabHeaderOutputInitStep.getDataColumns(StepInput stepInput) |
StepResult<List<DataColumn>> |
ConstrDataColsForSecondProcessInitStep.init(StepInput stepInput) |
Modifier and Type | Method and Description |
---|---|
List<DataColumn> |
IntermedTotalsOutputStep.getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect
on the following methods:
#getDataColumns()
#getDataColumnsLength() |
List<DataColumn> |
IntermedTotalsCalculatorStep.getDataColumns(StepInput stepInput) |
List<DataColumn> |
IntermedReportExtractTotalsDataInitStep.getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getDataColumnsLength() |
List<DataColumn> |
IntermedDataRowsOutputStep.getDataColumns(StepInput stepInput)
ATTENTION : changing the implementation of this method will have effect on the
following methods:
#getDataColumns()
#getDataColumnsLength() |
List<DataColumn> |
IntermedTotalsOutputStep.getInitialDataColumns(StepInput stepInput) |
StepResult<List<DataColumn>> |
ConstrIntermedDataColsInitStep.init(StepInput input) |
Modifier and Type | Method and Description |
---|---|
static DataColumn |
ReportUtils.createDataColumn(int columnIndex,
ColumnMetadata metadata) |
static DataColumn |
ReportUtils.createDataColumn(int columnIndex,
ColumnPreferences prefs,
ColumnMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ReportUtils.atLeastOneDataColumHasCalculators(List<DataColumn> dataColumns)
check if all provided data columns have calculators assigned
|
static boolean |
ReportUtils.isSortingInColumns(List<GroupColumn> groupCols,
List<DataColumn> dataCols) |
Constructor and Description |
---|
CalculatorIntermResultsMatrix(int rowCount,
List<DataColumn> dataColumns)
constructor
|
Copyright © 2006–2015. All rights reserved.