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).net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
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 java.util.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 classBaseExpressionReturnValueBase implementation ofExpressionReturnValue.Fields in net.sf.jasperreports.engine.base with type parameters of type ExpressionReturnValue Modifier and Type Field Description protected java.util.List<ExpressionReturnValue>JRBaseBand. returnValuesMethods in net.sf.jasperreports.engine.base that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description java.util.List<ExpressionReturnValue>JRBaseBand. getReturnValues()Methods in net.sf.jasperreports.engine.base with parameters of type ExpressionReturnValue Modifier and Type Method Description protected BaseExpressionReturnValueJRBaseObjectFactory. 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 classDesignExpressionReturnValueImplementation ofExpressionReturnValueto 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 java.util.List<ExpressionReturnValue>JRDesignBand. returnValuesMethods in net.sf.jasperreports.engine.design that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description java.util.List<ExpressionReturnValue>JRDesignBand. getReturnValues()java.util.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 voidJRDesignBand. 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 ExpressionReturnValue Modifier and Type Class Description classJRFillExpressionReturnValueImplementation ofExpressionReturnValueused by the filler.Methods in net.sf.jasperreports.engine.fill that return types with arguments of type ExpressionReturnValue Modifier and Type Method Description java.util.List<ExpressionReturnValue>JRFillBand. getReturnValues()Methods in net.sf.jasperreports.engine.fill with parameters of type ExpressionReturnValue Modifier and Type Method Description protected JRFillExpressionReturnValueJRFillObjectFactory. 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) -
Uses of ExpressionReturnValue in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type ExpressionReturnValue Modifier and Type Method Description protected voidJRXmlWriter. writeReturnValue(ExpressionReturnValue returnValue)
-