Uses of Class
net.sf.jasperreports.engine.fill.JRFillExpressionReturnValue
-
Packages that use JRFillExpressionReturnValue 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 JRFillExpressionReturnValue in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRFillExpressionReturnValue Modifier and Type Method Description protected JRFillExpressionReturnValue
JRFillObjectFactory. getReturnValue(ExpressionReturnValue returnValue)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillExpressionReturnValue Constructor Description JRFillExpressionReturnValue(JRFillExpressionReturnValue fillReturnValue, JRFillCloneFactory factory)
Cloning constructor.
-