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 classAbstractVariableReturnValueSourceContextClass used to instantiate sub datasets.Methods in net.sf.jasperreports.engine.fill with parameters of type FillReturnValues.SourceContext Modifier and Type Method Description voidFillReturnValues. 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.JRIncrementerJRFillCommonReturnValue. getIncrementer(FillReturnValues.SourceContext sourceContext)Gets the incrementer to be used for this copied value.
-