|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRCrosstabBucket
Crosstab groups bucketing information interface.
The bucketing informartion consists of the grouping expression
and sorting information.
The buckets can be sorted according to the natural sorting (if the values
implement Comparable
) or using a comparator.
Method Summary | |
---|---|
JRExpression |
getComparatorExpression()
Returns the comparator expression. |
JRExpression |
getExpression()
Returns the grouping expression. |
byte |
getOrder()
Returns the bucket sorting type. |
Method Detail |
---|
byte getOrder()
The possible values are:
JRExpression getExpression()
JRExpression getComparatorExpression()
The result of this expression is used to sort the buckets, in ascending or
descending order (given by getOrder()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |