public interface JRElementDataset extends JRCloneable
Modifier and Type | Method and Description |
---|---|
void |
collectExpressions(JRExpressionCollector collector) |
JRDatasetRun |
getDatasetRun()
Returns the sub dataset run for this chart dataset.
|
JRGroup |
getIncrementGroup()
Gets the selected increment group in case of increment type group.
|
byte |
getIncrementType()
Deprecated.
Replaced by
getIncrementTypeValue() . |
IncrementTypeEnum |
getIncrementTypeValue()
Returns the increment type.
|
JRExpression |
getIncrementWhenExpression()
Returns the "increment when" expression.
|
JRGroup |
getResetGroup()
Gets the selected reset group in case of reset type group.
|
byte |
getResetType()
Deprecated.
Replaced by
getResetTypeValue() . |
ResetTypeEnum |
getResetTypeValue()
Gets the reset type.
|
clone
byte getResetType()
getResetTypeValue()
.ResetTypeEnum getResetTypeValue()
ResetTypeEnum
JRGroup getResetGroup()
byte getIncrementType()
getIncrementTypeValue()
.IncrementTypeEnum getIncrementTypeValue()
IncrementTypeEnum
.JRGroup getIncrementGroup()
void collectExpressions(JRExpressionCollector collector)
JRDatasetRun getDatasetRun()
JRExpression getIncrementWhenExpression()
This expression determines whether a dataset will be incremented or not.
The expression (if not null) is evaluated before each increment of the dataset.
The increment will be carried on only when the result of the evaluation is Boolean.TRUE
;
if the result is null or false, the increment will not be performed.
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com