Uses of Class
net.sf.jasperreports.engine.fill.JRFillCommonReturnValue
-
Packages that use JRFillCommonReturnValue Package Description 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 JRFillCommonReturnValue in net.sf.jasperreports.engine.fill
Subclasses of JRFillCommonReturnValue in net.sf.jasperreports.engine.fill Modifier and Type Class Description classJRFillExpressionReturnValueImplementation ofExpressionReturnValueused by the filler.classJRFillVariableReturnValueImplementation ofVariableReturnValueused by the filler.Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillCommonReturnValue Modifier and Type Method Description protected JRFillCommonReturnValueJRFillCommonReturnValue. addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)protected voidFillReturnValues. copyValue(JRFillCommonReturnValue returnValue, FillReturnValues.SourceContext sourceContext)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillCommonReturnValue Constructor Description JRFillCommonReturnValue(JRFillCommonReturnValue fillReturnValue, JRFillCloneFactory factory)Cloning constructor.
-