Package | Description |
---|---|
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.crosstabs.interactive |
Contains classes for the Crosstab element interactivity.
|
net.sf.jasperreports.engine.analytics.dataset | |
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).
|
Modifier and Type | Method and Description |
---|---|
BucketOrder |
JRCrosstabBucket.getOrder()
Returns the bucket sorting type.
|
Modifier and Type | Field and Description |
---|---|
protected BucketOrder |
JRBaseCrosstabBucket.bucketOrder |
Modifier and Type | Method and Description |
---|---|
BucketOrder |
JRBaseCrosstabBucket.getOrder() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCrosstabBucket.setOrder(BucketOrder bucketOrder)
Sets the sorting type.
|
Modifier and Type | Method and Description |
---|---|
BucketOrder |
BucketDefinition.getOrder() |
Modifier and Type | Method and Description |
---|---|
static Comparator<Object> |
BucketDefinition.createOrderComparator(Comparator<Object> comparator,
BucketOrder order) |
Constructor and Description |
---|
BucketDefinition(Class<?> valueClass,
BucketOrderer orderer,
Comparator<Object> comparator,
BucketOrder order,
CrosstabTotalPositionEnum totalPosition)
Creates a bucket.
|
Modifier and Type | Method and Description |
---|---|
BucketOrder |
SortByColumnData.getOrder() |
BucketOrder |
DataColumnInfo.getOrder() |
BucketOrder |
RowGroupInteractiveInfo.getOrder() |
BucketOrder |
SortRowGroupData.getOrder() |
Modifier and Type | Method and Description |
---|---|
void |
SortByColumnData.setOrder(BucketOrder order) |
void |
DataColumnInfo.setOrder(BucketOrder order) |
void |
RowGroupInteractiveInfo.setOrder(BucketOrder order) |
void |
SortRowGroupData.setOrder(BucketOrder order) |
Modifier and Type | Field and Description |
---|---|
protected BucketOrder |
BaseDataLevelBucket.order |
Modifier and Type | Method and Description |
---|---|
static BucketOrder |
BucketOrder.fromSortOrderEnum(SortOrderEnum orderValue) |
BucketOrder |
BaseDataLevelBucket.getOrder() |
BucketOrder |
DataLevelBucket.getOrder()
Returns the bucket sorting type.
|
static BucketOrder |
BucketOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketOrder[] |
BucketOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DesignDataLevelBucket.setOrder(BucketOrder order)
Sets the sorting type.
|
static SortOrderEnum |
BucketOrder.toSortOrderEnum(BucketOrder order) |
Constructor and Description |
---|
PropertiesWrapperBucketDefintion(Comparator<Object> comparator,
BucketOrder order,
CrosstabTotalPositionEnum totalPosition) |
Modifier and Type | Method and Description |
---|---|
protected BucketOrder |
JRFillCrosstab.bucketOrder(BucketDefinition bucket) |
Copyright © 2016. All rights reserved.