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)
GroupColumngetValue in interface GroupColumnnewRowEvent - the new row eventpublic String getHeader()
GroupColumngetHeader in interface GroupColumnpublic int getGroupingLevel()
GroupColumngetGroupingLevel in interface GroupColumnpublic String getFormattedValue(Object object)
GroupColumngetFormattedValue in interface GroupColumnobject - an unformatted valuepublic HorizAlign getHorizAlign()
GroupColumngetHorizAlign in interface GroupColumnpublic VertAlign getVertAlign()
GroupColumngetVertAlign in interface GroupColumnpublic 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 GroupColumnpublic SortType getSortType()
GroupColumngetSortType in interface GroupColumnCopyright © 2006–2015. All rights reserved.