Uses of Interface
net.sf.jasperreports.engine.ReturnValue
-
Packages that use ReturnValue Package Description 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 ReturnValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return types with arguments of type ReturnValue Modifier and Type Method Description List<ReturnValue>
JRDatasetRun. 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 ReturnValue Modifier and Type Class Description class
BaseReturnValue
Base implementation ofReturnValue
.Fields in net.sf.jasperreports.engine.base with type parameters of type ReturnValue Modifier and Type Field Description protected List<ReturnValue>
JRBaseDatasetRun. returnValues
Methods in net.sf.jasperreports.engine.base that return types with arguments of type ReturnValue Modifier and Type Method Description List<ReturnValue>
JRBaseDatasetRun. getReturnValues()
Methods in net.sf.jasperreports.engine.base with parameters of type ReturnValue Modifier and Type Method Description protected BaseReturnValue
JRBaseObjectFactory. getReturnValue(ReturnValue returnValue)
Constructors in net.sf.jasperreports.engine.base with parameters of type ReturnValue Constructor Description BaseReturnValue(ReturnValue returnValue, JRBaseObjectFactory factory)
-
Uses of ReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement ReturnValue Modifier and Type Class Description class
DesignReturnValue
Implementation ofReturnValue
to be used for report design purposes.Methods in net.sf.jasperreports.engine.design that return types with arguments of type ReturnValue Modifier and Type Method Description List<ReturnValue>
JRDesignDatasetRun. 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 ReturnValue Modifier and Type Method Description void
JRDesignDatasetRun. addReturnValue(ReturnValue returnValue)
Adds a return value to the subdataset run.boolean
JRDesignDatasetRun. 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 ReturnValue Modifier and Type Method Description List<ReturnValue>
JRFillDatasetRun. getReturnValues()
Constructor parameters in net.sf.jasperreports.engine.fill with type arguments of type ReturnValue Constructor Description FillReturnValues(List<ReturnValue> values, JRFillObjectFactory factory, BaseReportFiller filler)
-