Uses of Interface
net.sf.jasperreports.engine.fill.JRSubreportRunner
-
Packages that use JRSubreportRunner 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 JRSubreportRunner in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRSubreportRunner Modifier and Type Class Description classAbstractThreadSubreportRunnerclassJRContinuationSubreportRunnerImplemetation ofJRSubreportRunnerusing Javaflow continuations.classJRThreadSubreportRunnerThread-basedJRSubreportRunnerimplementation.classThreadExecutorSubreportRunnerThread-basedJRSubreportRunnerimplementation.Methods in net.sf.jasperreports.engine.fill that return JRSubreportRunner Modifier and Type Method Description JRSubreportRunnerJRContinuationSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)JRSubreportRunnerJRSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)Creates a newJRSubreportRunnerinstance.JRSubreportRunnerJRThreadSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)JRSubreportRunnerThreadPoolSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportRunner Modifier and Type Method Description voidFillerSubreportParent. setSubreportRunner(JRSubreportRunner subreportRunner)
-