public class DefaultPivotHeaderRow extends AbstractPivotHeaderRow
Modifier and Type | Class and Description |
---|---|
static class |
DefaultPivotHeaderRow.Builder |
Constructor and Description |
---|
DefaultPivotHeaderRow(int inputColumnIndex) |
DefaultPivotHeaderRow(int inputColumnIndex,
Format formatter) |
Modifier and Type | Method and Description |
---|---|
int |
getInputColumnIndex() |
Object |
getValue(NewRowEvent newRowEvent)
this method returns the value for the current data row (taken from newRowEvent)
|
void |
setInputColumnIndex(int index) |
getFormatter, setFormatter
public DefaultPivotHeaderRow(int inputColumnIndex)
inputColumnIndex
- public DefaultPivotHeaderRow(int inputColumnIndex, Format formatter)
inputColumnIndex
- formatter
- public int getInputColumnIndex()
public void setInputColumnIndex(int index)
public Object getValue(NewRowEvent newRowEvent)
PivotHeaderRow
Copyright © 2006–2015. All rights reserved.