|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket
public class JRBaseCrosstabBucket
Base read-only implementation of JRCrosstabBucket
.
Field Summary | |
---|---|
protected JRExpression |
comparatorExpression
|
protected JRExpression |
expression
|
protected byte |
order
|
Constructor Summary | |
---|---|
protected |
JRBaseCrosstabBucket()
|
|
JRBaseCrosstabBucket(JRCrosstabBucket bucket,
JRBaseObjectFactory factory)
|
Method Summary | |
---|---|
JRExpression |
getComparatorExpression()
Returns the comparator expression. |
JRExpression |
getExpression()
Returns the grouping expression. |
byte |
getOrder()
Returns the bucket sorting type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte order
protected JRExpression expression
protected JRExpression comparatorExpression
Constructor Detail |
---|
protected JRBaseCrosstabBucket()
public JRBaseCrosstabBucket(JRCrosstabBucket bucket, JRBaseObjectFactory factory)
Method Detail |
---|
public byte getOrder()
JRCrosstabBucket
The possible values are:
getOrder
in interface JRCrosstabBucket
public JRExpression getExpression()
JRCrosstabBucket
getExpression
in interface JRCrosstabBucket
public JRExpression getComparatorExpression()
JRCrosstabBucket
The result of this expression is used to sort the buckets, in ascending or
descending order (given by getOrder()
.
getComparatorExpression
in interface JRCrosstabBucket
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |