Uses of Interface
net.sf.jasperreports.engine.VariableReturnValue
-
Packages that use VariableReturnValue 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 VariableReturnValue in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement VariableReturnValue Modifier and Type Class Description class
SubreportReturnValueAdapter
Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type VariableReturnValue Constructor Description SubreportReturnValueAdapter(VariableReturnValue returnValue)
-
Uses of VariableReturnValue in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement VariableReturnValue Modifier and Type Class Description class
SubreportReturnValueAdapter
Constructors in net.sf.jasperreports.components.table.fill with parameters of type VariableReturnValue Constructor Description SubreportReturnValueAdapter(VariableReturnValue returnValue)
-
Uses of VariableReturnValue in net.sf.jasperreports.engine
Subinterfaces of VariableReturnValue in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRSubreportReturnValue
A value copied from a subreport into a variable of the master report.interface
ReturnValue
A value copied from a subdataset into a variable of the parent report. -
Uses of VariableReturnValue in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement VariableReturnValue Modifier and Type Class Description class
BaseReturnValue
Base implementation ofReturnValue
.class
JRBaseSubreportReturnValue
Base implementation ofJRSubreportReturnValue
. -
Uses of VariableReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement VariableReturnValue Modifier and Type Class Description class
DesignReturnValue
Implementation ofReturnValue
to be used for report design purposes.class
JRDesignSubreportReturnValue
Implementation ofJRSubreportReturnValue
to be used for report design purposes.Methods in net.sf.jasperreports.engine.design with parameters of type VariableReturnValue Modifier and Type Method Description protected void
JRVerifier. verifyReturnValue(VariableReturnValue returnValue)
-
Uses of VariableReturnValue in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement VariableReturnValue Modifier and Type Class Description class
JRFillVariableReturnValue
Implementation ofVariableReturnValue
used by the filler.Methods in net.sf.jasperreports.engine.fill with parameters of type VariableReturnValue Modifier and Type Method Description protected JRFillVariableReturnValue
JRFillObjectFactory. getReturnValue(VariableReturnValue returnValue)
Constructors in net.sf.jasperreports.engine.fill with parameters of type VariableReturnValue Constructor Description JRFillVariableReturnValue(VariableReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)
-