Uses of Class
net.sf.jasperreports.engine.fill.JRFillCommonReturnValue
Packages that use JRFillCommonReturnValue
Package
Description
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 JRFillCommonReturnValue in net.sf.jasperreports.engine.fill
Subclasses of JRFillCommonReturnValue in net.sf.jasperreports.engine.fillModifier and TypeClassDescriptionclassImplementation ofExpressionReturnValueused by the filler.classImplementation ofVariableReturnValueused by the filler.Methods in net.sf.jasperreports.engine.fill that return JRFillCommonReturnValueModifier and TypeMethodDescriptionprotected abstract JRFillCommonReturnValueJRFillCommonReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillExpressionReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillVariableReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillCommonReturnValueModifier and TypeMethodDescriptionprotected JRFillCommonReturnValueJRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected voidFillReturnValues.copyValue(JRFillCommonReturnValue returnValue, FillReturnValues.SourceContext sourceContext) Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRFillCommonReturnValueModifier and TypeMethodDescriptionprotected abstract JRFillCommonReturnValueJRFillCommonReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillExpressionReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillVariableReturnValue.addDerivedReturnValue(CommonReturnValue parentReturnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) protected JRFillCommonReturnValueJRFillCommonReturnValue.addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillCommonReturnValueModifierConstructorDescriptionprotectedJRFillCommonReturnValue(JRFillCommonReturnValue fillReturnValue, JRFillCloneFactory factory) Cloning constructor.