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