|
||||||||||
| 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
|
static java.lang.String |
PROPERTY_ORDER_BY_EXPRESSION
|
| Fields inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket |
|---|
comparatorExpression, expression, orderByExpression, orderValue |
| 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)
Deprecated. Replaced by setOrder(SortOrderEnum). |
void |
setOrder(SortOrderEnum orderValue)
Sets the sorting type. |
void |
setOrderByExpression(JRExpression orderByExpression)
Sets the expression that provides order by values for group buckets. |
| Methods inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket |
|---|
clone, getComparatorExpression, getExpression, getOrder, getOrderByExpression, getOrderValue |
| 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_ORDER_BY_EXPRESSION
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 setOrderByExpression(JRExpression orderByExpression)
orderByExpression - the expression that provides order by values
for group bucketsJRBaseCrosstabBucket.getOrderByExpression()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)
setOrder(SortOrderEnum).
public void setOrder(SortOrderEnum orderValue)
orderValue - one of
JRCrosstabBucket.getOrderValue()public JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport in interface JRChangeEventsSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||