| Package | Description |
|---|---|
| net.sf.jasperreports.components.sort | |
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
| net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
| net.sf.jasperreports.engine.type |
| Modifier and Type | Method and Description |
|---|---|
SortFieldTypeEnum |
SortComponent.getSortFieldType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SortComponent.setSortFieldType(SortFieldTypeEnum sortFieldType) |
| Modifier and Type | Method and Description |
|---|---|
SortFieldTypeEnum |
JRSortField.getType()
Gets the type of the sort field.
|
| Modifier and Type | Field and Description |
|---|---|
protected SortFieldTypeEnum |
JRBaseSortField.type |
| Modifier and Type | Method and Description |
|---|---|
SortFieldTypeEnum |
JRBaseSortField.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignSortField.setType(SortFieldTypeEnum type) |
| Constructor and Description |
|---|
JRDesignSortField(String name,
SortFieldTypeEnum type,
SortOrderEnum order) |
| Modifier and Type | Method and Description |
|---|---|
static SortFieldTypeEnum |
SortFieldTypeEnum.getByName(String name) |
static SortFieldTypeEnum |
SortFieldTypeEnum.getByValue(byte value) |
static SortFieldTypeEnum |
SortFieldTypeEnum.getByValue(Byte value) |
static SortFieldTypeEnum |
SortFieldTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortFieldTypeEnum[] |
SortFieldTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012. All Rights Reserved.