|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket
net.sf.jasperreports.crosstabs.design.JRDesignCrosstabBucket
public class JRDesignCrosstabBucket
Implementation of corsstab group bucket
to be used for report designing.
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_COMPARATOR_EXPRESSION
|
static java.lang.String |
PROPERTY_EXPRESSION
|
static java.lang.String |
PROPERTY_ORDER
|
Fields inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket |
---|
comparatorExpression, expression, order |
Constructor Summary | |
---|---|
JRDesignCrosstabBucket()
Creates a crosstab group bucket. |
Method Summary | |
---|---|
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance. |
void |
setComparatorExpression(JRExpression comparatorExpression)
Sets the comparator expression. |
void |
setExpression(JRDesignExpression expression)
Sets the grouping expression. |
void |
setOrder(byte order)
Sets the sorting type. |
Methods inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket |
---|
clone, getComparatorExpression, getExpression, getOrder |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPERTY_COMPARATOR_EXPRESSION
public static final java.lang.String PROPERTY_EXPRESSION
public static final java.lang.String PROPERTY_ORDER
Constructor Detail |
---|
public JRDesignCrosstabBucket()
Method Detail |
---|
public void setComparatorExpression(JRExpression comparatorExpression)
The expressions's type should be compatible with java.util.Comparator
.
comparatorExpression
- the comparator expressionJRCrosstabBucket.getComparatorExpression()
public void setExpression(JRDesignExpression expression)
expression
- the grouping expressionJRCrosstabBucket.getExpression()
public void setOrder(byte order)
order
- one of
JRCrosstabBucket.getOrder()
public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport
in interface JRChangeEventsSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |