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