|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillSubreportReturnValue
public class JRFillSubreportReturnValue
Implementation of JRSubreportReturnValue
used by the filler.
| Field Summary | |
|---|---|
protected JRBaseFiller |
filler
|
protected JRIncrementer |
incrementer
|
protected JRSubreportReturnValue |
parent
|
| Constructor Summary | |
|---|---|
protected |
JRFillSubreportReturnValue(JRSubreportReturnValue returnValue,
JRFillObjectFactory factory,
JRBaseFiller filler)
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
byte |
getCalculation()
Deprecated. Replaced by getCalculationValue() |
CalculationEnum |
getCalculationValue()
Returns the calculation type. |
JRIncrementer |
getIncrementer()
Gets the incrementer to be used for this copied value. |
java.lang.String |
getIncrementerFactoryClassName()
Returns the incrementer factory class name. |
java.lang.String |
getSubreportVariable()
Returns the name of the subreport variable whose value should be copied. |
java.lang.String |
getToVariable()
Returns the name of the master report variable where the value should be copied. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final JRSubreportReturnValue parent
protected JRIncrementer incrementer
protected final JRBaseFiller filler
| Constructor Detail |
|---|
protected JRFillSubreportReturnValue(JRSubreportReturnValue returnValue,
JRFillObjectFactory factory,
JRBaseFiller filler)
| Method Detail |
|---|
public java.lang.String getSubreportVariable()
JRSubreportReturnValue
getSubreportVariable in interface JRSubreportReturnValuepublic java.lang.String getToVariable()
JRSubreportReturnValue
getToVariable in interface JRSubreportReturnValuepublic java.lang.String getIncrementerFactoryClassName()
JRSubreportReturnValueThe factory will be used to increment the value of the master report variable with the value from the subreport.
getIncrementerFactoryClassName in interface JRSubreportReturnValuepublic byte getCalculation()
getCalculationValue()
getCalculation in interface JRSubreportReturnValuepublic CalculationEnum getCalculationValue()
JRSubreportReturnValueWhen copying the value from the subreport, a formula can be applied such that sum, maximum, average and so on can be computed.
getCalculationValue in interface JRSubreportReturnValuepublic JRIncrementer getIncrementer()
public 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 | |||||||||