public class ColumnHeaderOutputInitStep extends AbstractOutputInitStep<String>
| Modifier and Type | Field and Description |
|---|---|
static String |
END_HEADER_ROW_TEMPLATE |
static String |
HEADER_CELL_TEMPLATE |
static String |
START_HEADER_ROW_TEMPLATE |
| Constructor and Description |
|---|
ColumnHeaderOutputInitStep() |
| Modifier and Type | Method and Description |
|---|---|
StepResult<String> |
init(StepInput input)
this method is called only once for a report
and represents the construction step where you can define the keys and
values used inside the execute method.
|
getNewReportOutput, outputNoValue, outputOneValuegetDataColumns, getDataColumnsLength, getGroupColumns, getGroupColumnsLength, getReportInput, getShowGrandTotal, getShowTotalspublic static final String START_HEADER_ROW_TEMPLATE
public static final String END_HEADER_ROW_TEMPLATE
public static final String HEADER_CELL_TEMPLATE
public StepResult<String> init(StepInput input)
AlgorithmInitStepCopyright © 2006–2015. All rights reserved.