|
||||||||||
| 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 String |
PROPERTY_COMPARATOR_EXPRESSION
|
static String |
PROPERTY_EXPRESSION
|
static String |
PROPERTY_ORDER
|
static String |
PROPERTY_ORDER_BY_EXPRESSION
|
static String |
PROPERTY_VALUE_CLASS
|
| Fields inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket |
|---|
comparatorExpression, expression, orderByExpression, orderValue, valueClass, valueClassName, valueClassRealName |
| Constructor Summary | |
|---|---|
JRDesignCrosstabBucket()
Creates a crosstab group bucket. |
|
| Method Summary | |
|---|---|
Object |
clone()
|
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(SortOrderEnum orderValue)
Sets the sorting type. |
void |
setOrderByExpression(JRExpression orderByExpression)
Sets the expression that provides order by values for group buckets. |
void |
setValueClassName(String valueClassName)
Sets the bucket value class name. |
| Methods inherited from class net.sf.jasperreports.crosstabs.base.JRBaseCrosstabBucket |
|---|
getComparatorExpression, getExpression, getOrderByExpression, getOrderValue, getValueClass, getValueClassName |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROPERTY_ORDER_BY_EXPRESSION
public static final String PROPERTY_COMPARATOR_EXPRESSION
public static final String PROPERTY_EXPRESSION
public static final String PROPERTY_ORDER
public static final String PROPERTY_VALUE_CLASS
| 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(SortOrderEnum orderValue)
orderValue - one of
JRCrosstabBucket.getOrderValue()public void setValueClassName(String valueClassName)
valueClassName - the bucket value class nameJRCrosstabBucket.getValueClassName()public Object clone()
clone in interface JRCloneableclone in class JRBaseCrosstabBucketpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupport
getEventSupport in interface JRChangeEventsSupport
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||