public class SecondProcessGroupColumn extends Object implements GroupColumn
Constructor and Description |
---|
SecondProcessGroupColumn(GroupColumn anotherGroupColumn) |
Modifier and Type | Method and Description |
---|---|
String |
getFormattedValue(Object object)
returns the formatted value for the given object according to the
formatting rules of this grouping column
|
int |
getGroupingLevel()
getter for the priority of this column
The grouping levels start with 0 (the most important), 1, 2, 3 ..
|
String |
getHeader()
this appears in the final report as the title/header of the column
|
HorizAlign |
getHorizAlign()
returns the horizontal alignment of the values of this column
|
SortType |
getSortType()
whether you want to sort this ascending or descending
|
Object |
getValue(NewRowEvent newRowEvent)
getter for the current value on this column
|
VertAlign |
getVertAlign()
returns the vertical alignment of the values of this column
|
boolean |
showDuplicates()
whether or not this group column should display duplicate group values.
|
public SecondProcessGroupColumn(GroupColumn anotherGroupColumn)
anotherGroupColumn
- public Object getValue(NewRowEvent newRowEvent)
GroupColumn
getValue
in interface GroupColumn
newRowEvent
- the new row eventpublic String getHeader()
GroupColumn
getHeader
in interface GroupColumn
public int getGroupingLevel()
GroupColumn
getGroupingLevel
in interface GroupColumn
public String getFormattedValue(Object object)
GroupColumn
getFormattedValue
in interface GroupColumn
object
- an unformatted valuepublic HorizAlign getHorizAlign()
GroupColumn
getHorizAlign
in interface GroupColumn
public VertAlign getVertAlign()
GroupColumn
getVertAlign
in interface GroupColumn
public boolean showDuplicates()
GroupColumn
Europe | South | 100 |
Europe | North | 207 |
Europe | East | 103 |
Europe | West | 120 |
Europe | South | 100 |
North | 207 | |
East | 103 | |
West | 120 | |
Asia | South | 300 |
North | 267 | |
East | 564 | |
West | 122 |
showDuplicates
in interface GroupColumn
public SortType getSortType()
GroupColumn
getSortType
in interface GroupColumn
Copyright © 2006–2015. All rights reserved.