Uses of Interface
net.sf.jasperreports.engine.JRSubreportReturnValue
-
Packages that use JRSubreportReturnValue 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).net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files.net.sf.jasperreports.parts.subreport -
-
Uses of JRSubreportReturnValue in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRSubreportReturnValue Modifier and Type Class Description classSubreportReturnValueAdapterMethods in net.sf.jasperreports.components.subreport.fill that return JRSubreportReturnValue Modifier and Type Method Description JRSubreportReturnValue[]SubreportElementAdapter. getReturnValues() -
Uses of JRSubreportReturnValue in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRSubreportReturnValue Modifier and Type Class Description classSubreportReturnValueAdapter -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRSubreportReturnValue Modifier and Type Method Description JRSubreportReturnValue[]JRSubreport. getReturnValues()Returns the list of subreport copied values. -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRSubreportReturnValue Modifier and Type Class Description classJRBaseSubreportReturnValueBase implementation ofJRSubreportReturnValue.Fields in net.sf.jasperreports.engine.base declared as JRSubreportReturnValue Modifier and Type Field Description protected JRSubreportReturnValue[]JRBaseSubreport. returnValuesValues to be copied from the subreport into the master report.Methods in net.sf.jasperreports.engine.base that return JRSubreportReturnValue Modifier and Type Method Description JRSubreportReturnValue[]JRBaseSubreport. getReturnValues()Returns the list of values to be copied from the subreport into the master.Methods in net.sf.jasperreports.engine.base with parameters of type JRSubreportReturnValue Modifier and Type Method Description JRBaseSubreportReturnValueJRBaseObjectFactory. getSubreportReturnValue(JRSubreportReturnValue returnValue)Constructors in net.sf.jasperreports.engine.base with parameters of type JRSubreportReturnValue Constructor Description JRBaseSubreportReturnValue(JRSubreportReturnValue returnValue, JRBaseObjectFactory factory) -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRSubreportReturnValue Modifier and Type Class Description classJRDesignSubreportReturnValueImplementation ofJRSubreportReturnValueto be used for report design purposes.Fields in net.sf.jasperreports.engine.design with type parameters of type JRSubreportReturnValue Modifier and Type Field Description protected List<JRSubreportReturnValue>JRDesignSubreport. returnValuesValues to be copied from the subreport into the master report.Methods in net.sf.jasperreports.engine.design that return JRSubreportReturnValue Modifier and Type Method Description JRSubreportReturnValue[]JRDesignSubreport. getReturnValues()Returns the list of values to be copied from the subreport into the master.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRSubreportReturnValue Modifier and Type Method Description List<JRSubreportReturnValue>JRDesignSubreport. getReturnValuesList()Returns the list of values to be copied from the subreport into the master.Methods in net.sf.jasperreports.engine.design with parameters of type JRSubreportReturnValue Modifier and Type Method Description voidJRDesignSubreport. addReturnValue(JRSubreportReturnValue returnValue)Adds a return value to the subreport.booleanJRDesignSubreport. removeReturnValue(JRSubreportReturnValue returnValue)Removes a return value from the subreport. -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRSubreportReturnValue Modifier and Type Method Description JRSubreportReturnValue[]JRFillSubreport. getReturnValues()Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportReturnValue Modifier and Type Method Description protected JRFillVariableReturnValueJRFillObjectFactory. getSubreportReturnValue(JRSubreportReturnValue returnValue)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSubreportReturnValue Constructor Description FillReturnValues(JRSubreportReturnValue[] values, JRFillObjectFactory factory, BaseReportFiller filler) -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRSubreportReturnValue Modifier and Type Method Description voidJRXmlWriter. writeSubreportReturnValue(JRSubreportReturnValue returnValue, XmlNamespace namespace) -
Uses of JRSubreportReturnValue in net.sf.jasperreports.parts.subreport
Fields in net.sf.jasperreports.parts.subreport with type parameters of type JRSubreportReturnValue Modifier and Type Field Description protected List<JRSubreportReturnValue>StandardSubreportPartComponent. returnValuesValues to be copied from the subreport into the master report.Methods in net.sf.jasperreports.parts.subreport that return JRSubreportReturnValue Modifier and Type Method Description JRSubreportReturnValue[]StandardSubreportPartComponent. getReturnValues()Returns the list of values to be copied from the subreport into the master.JRSubreportReturnValue[]SubreportPartComponent. getReturnValues()Returns the list of subreport copied values.Methods in net.sf.jasperreports.parts.subreport that return types with arguments of type JRSubreportReturnValue Modifier and Type Method Description List<JRSubreportReturnValue>StandardSubreportPartComponent. getReturnValuesList()Returns the list of values to be copied from the subreport into the master.Methods in net.sf.jasperreports.parts.subreport with parameters of type JRSubreportReturnValue Modifier and Type Method Description voidStandardSubreportPartComponent. addReturnValue(JRSubreportReturnValue returnValue)Adds a return value to the subreport.booleanStandardSubreportPartComponent. removeReturnValue(JRSubreportReturnValue returnValue)Removes a return value from the subreport.
-