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.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 class
SubreportReturnValueAdapter
Methods 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 class
SubreportReturnValueAdapter
-
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 class
JRBaseSubreportReturnValue
Base implementation ofJRSubreportReturnValue
.Fields in net.sf.jasperreports.engine.base declared as JRSubreportReturnValue Modifier and Type Field Description protected JRSubreportReturnValue[]
JRBaseSubreport. returnValues
Values 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 JRBaseSubreportReturnValue
JRBaseObjectFactory. 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 class
JRDesignSubreportReturnValue
Implementation ofJRSubreportReturnValue
to 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. returnValues
Values 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 void
JRDesignSubreport. addReturnValue(JRSubreportReturnValue returnValue)
Adds a return value to the subreport.boolean
JRDesignSubreport. 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 JRFillVariableReturnValue
JRFillObjectFactory. 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.parts.subreport
Fields in net.sf.jasperreports.parts.subreport with type parameters of type JRSubreportReturnValue Modifier and Type Field Description protected List<JRSubreportReturnValue>
StandardSubreportPartComponent. returnValues
Values 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 void
StandardSubreportPartComponent. addReturnValue(JRSubreportReturnValue returnValue)
Adds a return value to the subreport.boolean
StandardSubreportPartComponent. removeReturnValue(JRSubreportReturnValue returnValue)
Removes a return value from the subreport.
-