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 BaseExpressionReturnValueJRBaseObjectFactory.getReturnValue(ExpressionReturnValue returnValue) Constructors in net.sf.jasperreports.engine.base with parameters of type ExpressionReturnValueModifierConstructorDescriptionprotectedBaseExpressionReturnValue(ExpressionReturnValue returnValue, JRBaseObjectFactory factory) -
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement ExpressionReturnValueModifier and TypeClassDescriptionclassImplementation ofExpressionReturnValueto 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 TypeMethodDescriptionvoidJRDesignBand.addReturnValue(ExpressionReturnValue returnValue) Adds a return value to the band.booleanJRDesignBand.removeReturnValue(ExpressionReturnValue returnValue) Removes a return value from the band.protected voidJRVerifier.verifyReturnValue(ExpressionReturnValue returnValue) -
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement ExpressionReturnValueModifier and TypeClassDescriptionclassImplementation ofExpressionReturnValueused 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 JRFillExpressionReturnValueJRFillObjectFactory.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)