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 classSubreportReturnValueAdapter -
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 classSubreportReturnValueAdapter -
Uses of CommonReturnValue in net.sf.jasperreports.engine
Subinterfaces of CommonReturnValue in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceExpressionReturnValueA value copied from an expression into a variable of the parent report.interfaceJRSubreportReturnValueA value copied from a subreport into a variable of the master report.interfaceReturnValueA value copied from a subdataset into a variable of the parent report.interfaceVariableReturnValueA 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 classBaseCommonReturnValueBase implementation ofCommonReturnValue.classBaseExpressionReturnValueBase implementation ofExpressionReturnValue.classBaseReturnValueBase implementation ofReturnValue.classJRBaseSubreportReturnValueBase 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 classDesignCommonReturnValueImplementation ofReturnValueto be used for report design purposes.classDesignExpressionReturnValueImplementation ofExpressionReturnValueto be used for report design purposes.classDesignReturnValueImplementation ofReturnValueto be used for report design purposes.classJRDesignSubreportReturnValueImplementation ofJRSubreportReturnValueto be used for report design purposes.Methods in net.sf.jasperreports.engine.design with parameters of type CommonReturnValue Modifier and Type Method Description protected voidJRVerifier. 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 classJRFillCommonReturnValueImplementation ofCommonReturnValueused by the filler.classJRFillExpressionReturnValueImplementation ofExpressionReturnValueused by the filler.classJRFillVariableReturnValueImplementation ofVariableReturnValueused by the filler.Methods in net.sf.jasperreports.engine.fill that return CommonReturnValue Modifier and Type Method Description protected abstract CommonReturnValueJRFillCommonReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)protected CommonReturnValueJRFillExpressionReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)protected CommonReturnValueJRFillVariableReturnValue. createDistinctCountHelperReturnValue(CommonReturnValue returnValue)protected abstract CommonReturnValueJRFillCommonReturnValue. createHelperReturnValue(CommonReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)protected CommonReturnValueJRFillExpressionReturnValue. createHelperReturnValue(CommonReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)protected CommonReturnValueJRFillVariableReturnValue. createHelperReturnValue(CommonReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)Methods in net.sf.jasperreports.engine.fill with parameters of type CommonReturnValue Modifier and Type Method Description protected abstract JRFillCommonReturnValueJRFillCommonReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, java.util.List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected JRFillCommonReturnValueJRFillExpressionReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, java.util.List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected JRFillCommonReturnValueJRFillVariableReturnValue. addDerivedReturnValue(CommonReturnValue parentReturnValue, java.util.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, java.lang.String nameSuffix, CalculationEnum calculation)protected CommonReturnValueJRFillExpressionReturnValue. createHelperReturnValue(CommonReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)protected CommonReturnValueJRFillVariableReturnValue. createHelperReturnValue(CommonReturnValue returnValue, java.lang.String nameSuffix, CalculationEnum calculation)java.lang.ObjectFillReturnValues.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)
-