|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.base.JRBaseElementDataset
public abstract class JRBaseElementDataset
| Field Summary | |
|---|---|
protected JRDatasetRun |
datasetRun
|
protected JRGroup |
incrementGroup
|
protected IncrementTypeEnum |
incrementTypeValue
|
protected JRExpression |
incrementWhenExpression
|
protected JRGroup |
resetGroup
|
protected ResetTypeEnum |
resetTypeValue
|
| Constructor Summary | |
|---|---|
protected |
JRBaseElementDataset()
|
protected |
JRBaseElementDataset(JRElementDataset dataset)
|
protected |
JRBaseElementDataset(JRElementDataset dataset,
JRBaseObjectFactory factory)
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.engine.JRElementDataset |
|---|
collectExpressions |
| Field Detail |
|---|
protected ResetTypeEnum resetTypeValue
protected IncrementTypeEnum incrementTypeValue
protected JRGroup resetGroup
protected JRGroup incrementGroup
protected JRDatasetRun datasetRun
protected JRExpression incrementWhenExpression
| Constructor Detail |
|---|
protected JRBaseElementDataset()
protected JRBaseElementDataset(JRElementDataset dataset)
protected JRBaseElementDataset(JRElementDataset dataset,
JRBaseObjectFactory factory)
| Method Detail |
|---|
public byte getResetType()
getResetTypeValue().
getResetType in interface JRElementDatasetpublic byte getIncrementType()
getIncrementTypeValue().
getIncrementType in interface JRElementDatasetpublic ResetTypeEnum getResetTypeValue()
JRElementDataset
getResetTypeValue in interface JRElementDatasetResetTypeEnumpublic IncrementTypeEnum getIncrementTypeValue()
JRElementDataset
getIncrementTypeValue in interface JRElementDatasetIncrementTypeEnum.public JRGroup getResetGroup()
JRElementDataset
getResetGroup in interface JRElementDatasetpublic JRGroup getIncrementGroup()
JRElementDataset
getIncrementGroup in interface JRElementDatasetpublic JRDatasetRun getDatasetRun()
JRElementDataset
getDatasetRun in interface JRElementDatasetpublic JRExpression getIncrementWhenExpression()
JRElementDatasetThis 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.
getIncrementWhenExpression in interface JRElementDatasetpublic java.lang.Object clone()
clone in interface JRCloneableclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||