Uses of Interface
net.sf.jasperreports.engine.ExpressionReturnValue
-
Packages that use ExpressionReturnValue 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 ExpressionReturnValue in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description List<ExpressionReturnValue>
JRBand. 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 ExpressionReturnValue Modifier and Type Class Description class
BaseExpressionReturnValue
Base implementation ofExpressionReturnValue
.Fields in net.sf.jasperreports.engine.base with type parameters of type ExpressionReturnValue Modifier and Type Field Description protected List<ExpressionReturnValue>
JRBaseBand. returnValues
Methods in net.sf.jasperreports.engine.base that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description List<ExpressionReturnValue>
JRBaseBand. getReturnValues()
Methods in net.sf.jasperreports.engine.base with parameters of type ExpressionReturnValue Modifier and Type Method Description protected BaseExpressionReturnValue
JRBaseObjectFactory. getReturnValue(ExpressionReturnValue returnValue)
Constructors in net.sf.jasperreports.engine.base with parameters of type ExpressionReturnValue Constructor Description BaseExpressionReturnValue(ExpressionReturnValue returnValue, JRBaseObjectFactory factory)
-
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement ExpressionReturnValue Modifier and Type Class Description class
DesignExpressionReturnValue
Implementation ofExpressionReturnValue
to be used for report design purposes.Fields in net.sf.jasperreports.engine.design with type parameters of type ExpressionReturnValue Modifier and Type Field Description protected List<ExpressionReturnValue>
JRDesignBand. returnValues
Methods in net.sf.jasperreports.engine.design that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description List<ExpressionReturnValue>
JRDesignBand. getReturnValues()
List<ExpressionReturnValue>
JRDesignBand. getReturnValuesList()
Returns the list of values to increment report variables with.Methods in net.sf.jasperreports.engine.design with parameters of type ExpressionReturnValue Modifier and Type Method Description void
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 ExpressionReturnValue Modifier and Type Class Description class
JRFillExpressionReturnValue
Implementation ofExpressionReturnValue
used by the filler.Methods in net.sf.jasperreports.engine.fill that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description List<ExpressionReturnValue>
JRFillBand. getReturnValues()
Methods in net.sf.jasperreports.engine.fill with parameters of type ExpressionReturnValue Modifier and Type Method Description protected JRFillExpressionReturnValue
JRFillObjectFactory. getReturnValue(ExpressionReturnValue returnValue)
Constructors in net.sf.jasperreports.engine.fill with parameters of type ExpressionReturnValue Constructor Description FillReturnValues(ExpressionReturnValue[] values, JRFillObjectFactory factory, BaseReportFiller filler)
JRFillExpressionReturnValue(ExpressionReturnValue returnValue, JRFillObjectFactory factory, BaseReportFiller filler)
-