public class SecondProcessTotalColumn extends Object implements DataColumn
NO_SORTING
Constructor and Description |
---|
SecondProcessTotalColumn(int[] positionRelativeToHeader,
PivotData originalCtData) |
Modifier and Type | Method and Description |
---|---|
GroupCalculator |
getCalculator()
returns the calculator (if any) to be used on this column
|
String |
getFormattedTotal(Object value)
returns the formatted value of the total as it will be displayed in the report
|
String |
getFormattedValue(Object value)
returns the formatted value ready to be displayed in the report
|
String |
getHeader()
returns the header of the column.
|
HorizAlign |
getHorizAlign()
returns the horizontal alignment of the values of this column
|
int[] |
getPosition() |
int |
getSortLevel()
The sorting priority of this column
|
SortType |
getSortType()
getter for the sort type (asc or desc)
|
Object |
getValue(NewRowEvent newRowEvent)
retrieves the value for this column.
|
VertAlign |
getVertAlign()
returns the vertical alignment of the values of this column
|
public SecondProcessTotalColumn(int[] positionRelativeToHeader, PivotData originalCtData)
header
- calculator
- formatter
- public Object getValue(NewRowEvent newRowEvent)
DataColumn
getValue
in interface DataColumn
newRowEvent
- the event containing the new row of data as an arraypublic int[] getPosition()
public String getHeader()
DataColumn
getHeader
in interface DataColumn
public String getFormattedValue(Object value)
DataColumn
getFormattedValue
in interface DataColumn
value
- the unformatted valuepublic String getFormattedTotal(Object value)
DataColumn
getFormattedTotal
in interface DataColumn
public GroupCalculator getCalculator()
DataColumn
getCalculator
in interface DataColumn
public HorizAlign getHorizAlign()
DataColumn
getHorizAlign
in interface DataColumn
public VertAlign getVertAlign()
DataColumn
getVertAlign
in interface DataColumn
public int getSortLevel()
DataColumn
getSortLevel
in interface DataColumn
public SortType getSortType()
DataColumn
getSortType
in interface DataColumn
Copyright © 2006–2015. All rights reserved.