Uses of Interface
net.sf.jasperreports.engine.VariableReturnValue
Packages that use VariableReturnValue
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 VariableReturnValue in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement VariableReturnValueConstructors in net.sf.jasperreports.components.subreport.fill with parameters of type VariableReturnValue -
Uses of VariableReturnValue in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement VariableReturnValueConstructors in net.sf.jasperreports.components.table.fill with parameters of type VariableReturnValue -
Uses of VariableReturnValue in net.sf.jasperreports.engine
Subinterfaces of VariableReturnValue in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterface
A value copied from a subreport into a variable of the master report.interface
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 VariableReturnValueModifier and TypeClassDescriptionclass
Base implementation ofReturnValue
.class
Base implementation ofJRSubreportReturnValue
. -
Uses of VariableReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement VariableReturnValueModifier and TypeClassDescriptionclass
Implementation ofReturnValue
to be used for report design purposes.class
Implementation ofJRSubreportReturnValue
to be used for report design purposes.Methods in net.sf.jasperreports.engine.design with parameters of type VariableReturnValueModifier and TypeMethodDescriptionprotected void
JRVerifier.verifyReturnValue
(VariableReturnValue returnValue) -
Uses of VariableReturnValue in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement VariableReturnValueMethods in net.sf.jasperreports.engine.fill with parameters of type VariableReturnValueModifier and TypeMethodDescriptionprotected JRFillVariableReturnValue
JRFillObjectFactory.getReturnValue
(VariableReturnValue returnValue) Constructors in net.sf.jasperreports.engine.fill with parameters of type VariableReturnValueModifierConstructorDescriptionJRFillVariableReturnValue
(VariableReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)