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 class
JRFillExpressionReturnValue
Implementation ofExpressionReturnValue
used by the filler.class
JRFillVariableReturnValue
Implementation ofVariableReturnValue
used by the filler.Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillCommonReturnValue Modifier and Type Method Description protected JRFillCommonReturnValue
JRFillCommonReturnValue. addReturnValue(JRFillCommonReturnValue returnValue, List<JRFillCommonReturnValue> returnValueList, JRFillObjectFactory factory, BaseReportFiller filler)
protected void
FillReturnValues. 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.
-