Uses of Interface
net.sf.jasperreports.engine.ExpressionReturnValue
Packages that use ExpressionReturnValue
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 ExpressionReturnValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return types with arguments of type ExpressionReturnValueModifier and TypeMethodDescriptionJRBand.getReturnValues()
Returns the list of values to increment report variables with. -
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement ExpressionReturnValueFields in net.sf.jasperreports.engine.base with type parameters of type ExpressionReturnValueMethods in net.sf.jasperreports.engine.base that return types with arguments of type ExpressionReturnValueMethods in net.sf.jasperreports.engine.base with parameters of type ExpressionReturnValueModifier and TypeMethodDescriptionprotected BaseExpressionReturnValue
JRBaseObjectFactory.getReturnValue
(ExpressionReturnValue returnValue) Constructors in net.sf.jasperreports.engine.base with parameters of type ExpressionReturnValueModifierConstructorDescriptionprotected
BaseExpressionReturnValue
(ExpressionReturnValue returnValue, JRBaseObjectFactory factory) -
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement ExpressionReturnValueModifier and TypeClassDescriptionclass
Implementation ofExpressionReturnValue
to be used for report design purposes.Fields in net.sf.jasperreports.engine.design with type parameters of type ExpressionReturnValueMethods in net.sf.jasperreports.engine.design that return types with arguments of type ExpressionReturnValueModifier and TypeMethodDescriptionJRDesignBand.getReturnValues()
JRDesignBand.getReturnValuesList()
Returns the list of values to increment report variables with.Methods in net.sf.jasperreports.engine.design with parameters of type ExpressionReturnValueModifier and TypeMethodDescriptionvoid
JRDesignBand.addReturnValue
(ExpressionReturnValue returnValue) Adds a return value to the band.boolean
JRDesignBand.removeReturnValue
(ExpressionReturnValue returnValue) Removes a return value from the band.protected void
JRVerifier.verifyReturnValue
(ExpressionReturnValue returnValue) -
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement ExpressionReturnValueModifier and TypeClassDescriptionclass
Implementation ofExpressionReturnValue
used by the filler.Methods in net.sf.jasperreports.engine.fill that return types with arguments of type ExpressionReturnValueMethods in net.sf.jasperreports.engine.fill with parameters of type ExpressionReturnValueModifier and TypeMethodDescriptionprotected JRFillExpressionReturnValue
JRFillObjectFactory.getReturnValue
(ExpressionReturnValue returnValue) Constructors in net.sf.jasperreports.engine.fill with parameters of type ExpressionReturnValueModifierConstructorDescriptionFillReturnValues
(ExpressionReturnValue[] values, JRFillObjectFactory factory, BaseReportFiller filler) JRFillExpressionReturnValue
(ExpressionReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)