Package | Description |
---|---|
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.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 |
---|---|
static SortOrderEnum |
SortElementUtils.getSortOrder(java.lang.String sortOrder) |
Modifier and Type | Method and Description |
---|---|
SortOrderEnum |
JRCrosstabBucket.getOrderValue()
Returns the bucket sorting type.
|
Modifier and Type | Field and Description |
---|---|
protected SortOrderEnum |
JRBaseCrosstabBucket.orderValue |
Modifier and Type | Method and Description |
---|---|
SortOrderEnum |
JRBaseCrosstabBucket.getOrderValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCrosstabBucket.setOrder(SortOrderEnum orderValue)
Sets the sorting type.
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.Comparator<java.lang.Object> |
BucketDefinition.createOrderComparator(java.util.Comparator<java.lang.Object> comparator,
SortOrderEnum order) |
Constructor and Description |
---|
BucketDefinition(java.lang.Class<?> valueClass,
JRExpression orderByExpression,
java.util.Comparator<java.lang.Object> comparator,
SortOrderEnum order,
CrosstabTotalPositionEnum totalPosition)
Creates a bucket.
|
Modifier and Type | Method and Description |
---|---|
SortOrderEnum |
JRSortField.getOrderValue()
Gets the sort order for the field.
|
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(java.lang.String name,
SortFieldTypeEnum type,
SortOrderEnum order) |
Modifier and Type | Method and Description |
---|---|
static SortOrderEnum |
SortOrderEnum.getByName(java.lang.String name) |
static SortOrderEnum |
SortOrderEnum.getByValue(byte value) |
static SortOrderEnum |
SortOrderEnum.getByValue(java.lang.Byte value) |
static SortOrderEnum |
SortOrderEnum.valueOf(java.lang.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.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com