Package | Description |
---|---|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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 |
Contains
enum types used by the library's main classes. |
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(java.lang.String name,
SortFieldTypeEnum type,
SortOrderEnum order) |
Modifier and Type | Method and Description |
---|---|
static SortFieldTypeEnum |
SortFieldTypeEnum.getByName(java.lang.String name) |
static SortFieldTypeEnum |
SortFieldTypeEnum.valueOf(java.lang.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.
|
© 2001 - 2018 TIBCO Software Inc. www.jaspersoft.com