Uses of Interface
net.sf.jasperreports.engine.CommonReturnValue
Packages that use CommonReturnValue
Package
Description
Contains fill time implementations for subreport component related interfaces.
Contains fill time implementations for Table component related interfaces.
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
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 -
Uses of CommonReturnValue in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement CommonReturnValue -
Uses of CommonReturnValue in net.sf.jasperreports.engine
Subinterfaces of CommonReturnValue in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceA value copied from an expression into a variable of the parent report.interfaceA value copied from a subreport into a variable of the master report.interfaceA value copied from a subdataset into a variable of the parent report.interfaceA 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 CommonReturnValueModifier and TypeClassDescriptionclassBase implementation ofCommonReturnValue.classBase implementation ofExpressionReturnValue.classBase implementation ofReturnValue.classBase implementation ofJRSubreportReturnValue.Constructors in net.sf.jasperreports.engine.base with parameters of type CommonReturnValueModifierConstructorDescriptionprotectedBaseCommonReturnValue(CommonReturnValue returnValue, JRBaseObjectFactory factory) -
Uses of CommonReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement CommonReturnValueModifier and TypeClassDescriptionclassImplementation ofReturnValueto be used for report design purposes.classImplementation ofExpressionReturnValueto be used for report design purposes.classImplementation ofReturnValueto be used for report design purposes.classImplementation ofJRSubreportReturnValueto be used for report design purposes.Methods in net.sf.jasperreports.engine.design with parameters of type CommonReturnValueModifier and TypeMethodDescriptionprotected voidJRVerifier.verifyCommonReturnValue(CommonReturnValue returnValue) -
Uses of CommonReturnValue in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement CommonReturnValueModifier and TypeClassDescriptionclassImplementation ofCommonReturnValueused by the filler.classImplementation ofExpressionReturnValueused by the filler.classImplementation ofVariableReturnValueused by the filler.Methods in net.sf.jasperreports.engine.fill that return CommonReturnValueModifier and TypeMethodDescriptionprotected abstract CommonReturnValueJRFillCommonReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) protected CommonReturnValueJRFillExpressionReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) protected CommonReturnValueJRFillVariableReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) protected abstract CommonReturnValueJRFillCommonReturnValue.createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation) protected CommonReturnValueJRFillExpressionReturnValue.createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation) protected CommonReturnValueJRFillVariableReturnValue.createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation) Methods in net.sf.jasperreports.engine.fill with parameters of type CommonReturnValueModifier and TypeMethodDescriptionprotected abstract JRFillCommonReturnValueJRFillCommonReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillExpressionReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillVariableReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) voidAbstractVariableReturnValueSourceContext.check(CommonReturnValue commonReturnValue) voidFillReturnValues.SourceContext.check(CommonReturnValue returnValue) protected abstract CommonReturnValueJRFillCommonReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) protected CommonReturnValueJRFillExpressionReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) protected CommonReturnValueJRFillVariableReturnValue.createDistinctCountHelperReturnValue(CommonReturnValue returnValue) protected abstract CommonReturnValueJRFillCommonReturnValue.createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation) protected CommonReturnValueJRFillExpressionReturnValue.createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation) protected CommonReturnValueJRFillVariableReturnValue.createHelperReturnValue(CommonReturnValue returnValue, String nameSuffix, CalculationEnum calculation) FillReturnValues.SourceContext.getValue(CommonReturnValue returnValue) Constructors in net.sf.jasperreports.engine.fill with parameters of type CommonReturnValueModifierConstructorDescriptionprotectedJRFillCommonReturnValue(CommonReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)