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 class
AbstractThreadSubreportRunner
class
JRContinuationSubreportRunner
Implemetation ofJRSubreportRunner
using Javaflow continuations.class
JRThreadSubreportRunner
Thread-basedJRSubreportRunner
implementation.class
ThreadExecutorSubreportRunner
Thread-basedJRSubreportRunner
implementation.Methods in net.sf.jasperreports.engine.fill that return JRSubreportRunner Modifier and Type Method Description JRSubreportRunner
JRContinuationSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
JRSubreportRunner
JRSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
Creates a newJRSubreportRunner
instance.JRSubreportRunner
JRThreadSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
JRSubreportRunner
ThreadPoolSubreportRunnerFactory. createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportRunner Modifier and Type Method Description void
FillerSubreportParent. setSubreportRunner(JRSubreportRunner subreportRunner)
-