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