Uses of Interface
net.sf.jasperreports.engine.JRSubreportReturnValue
Packages that use JRSubreportReturnValue
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 JRSubreportReturnValue in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRSubreportReturnValueMethods in net.sf.jasperreports.components.subreport.fill that return JRSubreportReturnValue -
Uses of JRSubreportReturnValue in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRSubreportReturnValue -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRSubreportReturnValueModifier and TypeMethodDescriptionJRSubreport.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 JRSubreportReturnValueFields in net.sf.jasperreports.engine.base declared as JRSubreportReturnValueModifier and TypeFieldDescriptionprotected JRSubreportReturnValue[]JRBaseSubreport.returnValuesValues to be copied from the subreport into the master report.Methods in net.sf.jasperreports.engine.base that return JRSubreportReturnValueModifier and TypeMethodDescriptionJRBaseSubreport.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 JRSubreportReturnValueModifier and TypeMethodDescriptionJRBaseObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue) Constructors in net.sf.jasperreports.engine.base with parameters of type JRSubreportReturnValueModifierConstructorDescriptionprotectedJRBaseSubreportReturnValue(JRSubreportReturnValue returnValue, JRBaseObjectFactory factory) -
Uses of JRSubreportReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRSubreportReturnValueModifier and TypeClassDescriptionclassImplementation ofJRSubreportReturnValueto be used for report design purposes.Fields in net.sf.jasperreports.engine.design with type parameters of type JRSubreportReturnValueModifier and TypeFieldDescriptionprotected List<JRSubreportReturnValue> JRDesignSubreport.returnValuesValues to be copied from the subreport into the master report.Methods in net.sf.jasperreports.engine.design that return JRSubreportReturnValueModifier and TypeMethodDescriptionJRDesignSubreport.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 JRSubreportReturnValueModifier and TypeMethodDescriptionJRDesignSubreport.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 JRSubreportReturnValueModifier and TypeMethodDescriptionvoidJRDesignSubreport.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 JRSubreportReturnValueMethods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportReturnValueModifier and TypeMethodDescriptionprotected JRFillVariableReturnValueJRFillObjectFactory.getSubreportReturnValue(JRSubreportReturnValue returnValue) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRSubreportReturnValueModifierConstructorDescriptionFillReturnValues(JRSubreportReturnValue[] values, JRFillObjectFactory factory, BaseReportFiller filler) -
Uses of JRSubreportReturnValue in net.sf.jasperreports.parts.subreport
Fields in net.sf.jasperreports.parts.subreport with type parameters of type JRSubreportReturnValueModifier and TypeFieldDescriptionprotected List<JRSubreportReturnValue> StandardSubreportPartComponent.returnValuesValues to be copied from the subreport into the master report.Methods in net.sf.jasperreports.parts.subreport that return JRSubreportReturnValueModifier and TypeMethodDescriptionStandardSubreportPartComponent.getReturnValues()Returns the list of values to be copied from the subreport into the master.SubreportPartComponent.getReturnValues()Returns the list of subreport copied values.Methods in net.sf.jasperreports.parts.subreport that return types with arguments of type JRSubreportReturnValueModifier and TypeMethodDescriptionStandardSubreportPartComponent.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 JRSubreportReturnValueModifier and TypeMethodDescriptionvoidStandardSubreportPartComponent.addReturnValue(JRSubreportReturnValue returnValue) Adds a return value to the subreport.booleanStandardSubreportPartComponent.removeReturnValue(JRSubreportReturnValue returnValue) Removes a return value from the subreport.