Uses of Interface
net.sf.jasperreports.engine.CommonReturnValue
-
Packages that use CommonReturnValue Package Description net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of CommonReturnValue in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement CommonReturnValue Modifier and Type Class Description class
SubreportReturnValueAdapter
-
Uses of CommonReturnValue in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement CommonReturnValue Modifier and Type Class Description class
SubreportReturnValueAdapter
-
Uses of CommonReturnValue in net.sf.jasperreports.engine
Subinterfaces of CommonReturnValue in net.sf.jasperreports.engine Modifier and Type Interface Description interface
ExpressionReturnValue
A value copied from an expression into a variable of the parent report.interface
JRSubreportReturnValue
A value copied from a subreport into a variable of the master report.interface
ReturnValue
A value copied from a subdataset into a variable of the parent report.interface
VariableReturnValue
A value copied from a subdataset into a variable of the parent report. -
Uses of CommonReturnValue in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement CommonReturnValue Modifier and Type Class Description class
BaseCommonReturnValue
Base implementation ofCommonReturnValue
.class
BaseExpressionReturnValue
Base implementation ofExpressionReturnValue
.class
BaseReturnValue
Base implementation ofReturnValue
.class
JRBaseSubreportReturnValue
Base implementation ofJRSubreportReturnValue
.Constructors in net.sf.jasperreports.engine.base with parameters of type CommonReturnValue Constructor Description BaseCommonReturnValue(CommonReturnValue returnValue, JRBaseObjectFactory factory)
-
Uses of CommonReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement CommonReturnValue Modifier and Type Class Description class
DesignCommonReturnValue
Implementation ofReturnValue
to be used for report design purposes.class
DesignExpressionReturnValue
Implementation ofExpressionReturnValue
to be used for report design purposes.class
DesignReturnValue
Implementation ofReturnValue
to be used for report design purposes.class
JRDesignSubreportReturnValue
Implementation ofJRSubreportReturnValue
to be used for report design purposes.Methods in net.sf.jasperreports.engine.design with parameters of type CommonReturnValue Modifier and Type Method Description protected void
JRVerifier. verifyCommonReturnValue(CommonReturnValue returnValue)
-
Uses of CommonReturnValue in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement CommonReturnValue Modifier and Type Class Description class
JRFillCommonReturnValue
Implementation ofCommonReturnValue
used by the filler.class
JRFillExpressionReturnValue
Implementation ofExpressionReturnValue
used by the filler.class
JRFillVariableReturnValue
Implementation ofVariableReturnValue
used by the filler.Methods in net.sf.jasperreports.engine.fill that return CommonReturnValue Modifier and Type Method Description protected abstract CommonReturnValue
JRFillCommonReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
protected CommonReturnValue
JRFillExpressionReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
protected CommonReturnValue
JRFillVariableReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
protected abstract CommonReturnValue
JRFillCommonReturnValue. createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
protected CommonReturnValue
JRFillExpressionReturnValue. createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
protected CommonReturnValue
JRFillVariableReturnValue. createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
Methods in net.sf.jasperreports.engine.fill with parameters of type CommonReturnValue Modifier and Type Method Description protected abstract JRFillCommonReturnValue
JRFillCommonReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected JRFillCommonReturnValue
JRFillExpressionReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected JRFillCommonReturnValue
JRFillVariableReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
void
AbstractVariableReturnValueSourceContext. check(CommonReturnValue commonReturnValue)
void
FillReturnValues.SourceContext. check(CommonReturnValue returnValue)
protected abstract CommonReturnValue
JRFillCommonReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
protected CommonReturnValue
JRFillExpressionReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
protected CommonReturnValue
JRFillVariableReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)
protected abstract CommonReturnValue
JRFillCommonReturnValue. createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
protected CommonReturnValue
JRFillExpressionReturnValue. createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
protected CommonReturnValue
JRFillVariableReturnValue. createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation)
Object
FillReturnValues.SourceContext. getValue(CommonReturnValue returnValue)
Constructors in net.sf.jasperreports.engine.fill with parameters of type CommonReturnValue Constructor Description JRFillCommonReturnValue(CommonReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)
-