Package | Description |
---|---|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.fill.calculation |
Contains classes to be used in crosstab calculations at report filling time.
|
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.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 |
Contains
enum types used by the library's main classes. |
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)
Deprecated.
Used only by deprecated serialized fields.
|
static SortOrderEnum |
SortOrderEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
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 © 2017. All rights reserved.