| Package | Description |
|---|---|
| net.sf.reportengine.config | |
| net.sf.reportengine.in |
| Modifier and Type | Method and Description |
|---|---|
SortType |
SecondProcessTotalColumn.getSortType() |
SortType |
SecondProcessGroupColumn.getSortType() |
SortType |
SecondProcessDataColumnFromOriginalDataColumn.getSortType() |
SortType |
SecondProcessDataColumn.getSortType() |
SortType |
GroupColumn.getSortType()
whether you want to sort this ascending or descending
|
SortType |
DataColumn.getSortType()
getter for the sort type (asc or desc)
|
SortType |
AbstractGroupColumn.getSortType() |
SortType |
AbstractDataColumn.getSortType()
Asc or Desc
|
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractGroupColumn.setSortType(SortType sortType) |
void |
AbstractDataColumn.setSortType(SortType sortType)
setter for the type of sorting (asc or desc)
|
| Constructor and Description |
|---|
AbstractDataColumn(String header,
GroupCalculator calculator,
String valuesFormatter,
HorizAlign horizAlign,
VertAlign vertAlign,
int sortLevel,
SortType sortType) |
AbstractDataColumn(String header,
GroupCalculator calculator,
String valuesFormatter,
String totalsFormatter,
HorizAlign horizAlign,
VertAlign vertAlign,
int sortLevel,
SortType sortType) |
AbstractGroupColumn(String header,
int groupingLevel,
String valuesFormatter,
HorizAlign horizAlign,
VertAlign vertAlign,
boolean showDuplicates,
SortType sortType) |
DefaultDataColumn(String header,
int inputColumnIndex,
GroupCalculator calculator,
String formatter,
HorizAlign horizAlign,
VertAlign vertAlign,
int sortLevel,
SortType sortType) |
DefaultGroupColumn(String header,
int inputColumnIndex,
int groupingLevel,
String valuesFormatter,
HorizAlign horizAlign,
VertAlign vertAlign,
boolean showDuplicates,
SortType sortType) |
| Modifier and Type | Method and Description |
|---|---|
SortType |
ColumnPreferences.getSortType() |
Copyright © 2006–2015. All rights reserved.