| Package | Description |
|---|---|
| net.sf.jasperreports.components.headertoolbar | |
| net.sf.jasperreports.components.sort | |
| net.sf.jasperreports.crosstabs | |
| net.sf.jasperreports.crosstabs.base | |
| net.sf.jasperreports.crosstabs.design | |
| net.sf.jasperreports.crosstabs.fill.calculation | |
| 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.analytics.dataset | |
| 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.fill |
Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).
|
| net.sf.jasperreports.engine.type |
| Modifier and Type | Method and Description |
|---|---|
static SortOrderEnum |
HeaderToolbarElementUtils.getSortOrder(String sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
static SortOrderEnum |
SortElementUtils.getSortOrder(String sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
JRCrosstabBucket.getOrderValue()
Deprecated.
replaced by
JRCrosstabBucket.getOrder() |
| Modifier and Type | Field and Description |
|---|---|
protected SortOrderEnum |
JRBaseCrosstabBucket.orderValue
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
JRBaseCrosstabBucket.getOrderValue()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignCrosstabBucket.setOrder(SortOrderEnum orderValue)
Deprecated.
replaced by
JRDesignCrosstabBucket.setOrder(BucketOrder) |
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
OrderByColumnInfo.getOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderByColumnInfo.setOrder(SortOrderEnum order) |
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
JRSortField.getOrderValue()
Gets the sort order for the field.
|
| Modifier and Type | Field and Description |
|---|---|
protected SortOrderEnum |
BaseDataLevelBucket.orderValue
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
BaseDataLevelBucket.getOrderValue()
Deprecated.
|
SortOrderEnum |
DataLevelBucket.getOrderValue()
Deprecated.
replaced by
DataLevelBucket.getOrder() |
static SortOrderEnum |
BucketOrder.toSortOrderEnum(BucketOrder order) |
| Modifier and Type | Method and Description |
|---|---|
static BucketOrder |
BucketOrder.fromSortOrderEnum(SortOrderEnum orderValue) |
void |
DesignDataLevelBucket.setOrder(SortOrderEnum orderValue)
Deprecated.
replaced by
DesignDataLevelBucket.setOrder(BucketOrder) |
| Modifier and Type | Field and Description |
|---|---|
protected SortOrderEnum |
JRBaseSortField.orderValue |
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
JRBaseSortField.getOrderValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBaseSortField.setOrder(SortOrderEnum orderValue) |
| Constructor and Description |
|---|
JRDesignSortField(String name,
SortFieldTypeEnum type,
SortOrderEnum order) |
| Modifier and Type | Method and Description |
|---|---|
protected JRDesignComponentElement |
JRFillCrosstab.CrosstabFiller.createIconLabelElement(SortOrderEnum order,
JRFillTextElement textElement,
BuiltinExpressionEvaluatorFactory builtinExpressions) |
| Modifier and Type | Method and Description |
|---|---|
static SortOrderEnum |
SortOrderEnum.getByName(String name) |
static SortOrderEnum |
SortOrderEnum.getByValue(byte value) |
static SortOrderEnum |
SortOrderEnum.getByValue(Byte value) |
static SortOrderEnum |
SortOrderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrderEnum[] |
SortOrderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.