Uses of Interface
net.sf.jasperreports.engine.fill.FillReturnValues.SourceContext
-
Packages that use FillReturnValues.SourceContext 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 FillReturnValues.SourceContext in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement FillReturnValues.SourceContext Modifier and Type Class Description class
AbstractVariableReturnValueSourceContext
Class used to instantiate sub datasets.Methods in net.sf.jasperreports.engine.fill with parameters of type FillReturnValues.SourceContext Modifier and Type Method Description void
FillReturnValues. checkReturnValues(FillReturnValues.SourceContext sourceContext)
Verifies the list of copied values against the subreport.protected void
FillReturnValues. copyValue(JRFillCommonReturnValue returnValue, FillReturnValues.SourceContext sourceContext)
void
FillReturnValues. copyValues(FillReturnValues.SourceContext sourceContext)
Copies the values from the source to the variables of the master report.JRIncrementer
JRFillCommonReturnValue. getIncrementer(FillReturnValues.SourceContext sourceContext)
Gets the incrementer to be used for this copied value.
-