Uses of Interface
net.sf.jasperreports.engine.ReturnValue
Packages that use ReturnValue
Package
Description
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 ReturnValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return types with arguments of type ReturnValueModifier and TypeMethodDescriptionJRDatasetRun.getReturnValues()Returns the list of values to be copied from the subdataset. -
Uses of ReturnValue in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement ReturnValueFields in net.sf.jasperreports.engine.base with type parameters of type ReturnValueMethods in net.sf.jasperreports.engine.base that return types with arguments of type ReturnValueMethods in net.sf.jasperreports.engine.base with parameters of type ReturnValueModifier and TypeMethodDescriptionprotected BaseReturnValueJRBaseObjectFactory.getReturnValue(ReturnValue returnValue) Constructors in net.sf.jasperreports.engine.base with parameters of type ReturnValueModifierConstructorDescriptionprotectedBaseReturnValue(ReturnValue returnValue, JRBaseObjectFactory factory) -
Uses of ReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement ReturnValueModifier and TypeClassDescriptionclassImplementation ofReturnValueto be used for report design purposes.Methods in net.sf.jasperreports.engine.design that return types with arguments of type ReturnValueModifier and TypeMethodDescriptionJRDesignDatasetRun.getReturnValuesList()Returns the list of values to be copied from the subdataset run into the main dataset.Methods in net.sf.jasperreports.engine.design with parameters of type ReturnValueModifier and TypeMethodDescriptionvoidJRDesignDatasetRun.addReturnValue(ReturnValue returnValue) Adds a return value to the subdataset run.booleanJRDesignDatasetRun.removeReturnValue(ReturnValue returnValue) Removes a return value from the subdataset run. -
Uses of ReturnValue in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type ReturnValueConstructor parameters in net.sf.jasperreports.engine.fill with type arguments of type ReturnValueModifierConstructorDescriptionFillReturnValues(List<ReturnValue> values, JRFillObjectFactory factory, BaseReportFiller filler)