Uses of Class
net.sf.jasperreports.engine.fill.JRFillSubreport
-
Packages that use JRFillSubreport Package Description net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.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 JRFillSubreport in net.sf.jasperreports.components.subreport.fill
Subclasses of JRFillSubreport in net.sf.jasperreports.components.subreport.fill Modifier and Type Class Description class
ComponentFillSubreport
Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type JRFillSubreport Constructor Description ComponentFillerSubreportParent(JRFillSubreport parentElement, DatasetExpressionEvaluator evaluator)
-
Uses of JRFillSubreport in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillSubreport 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)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillSubreport Constructor Description AbstractThreadSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
FillerSubreportParent(JRFillSubreport parentElement, DatasetExpressionEvaluator evaluator)
JRContinuationSubreportRunner(JRFillSubreport fillSubreport)
JRFillSubreport(JRFillSubreport subreport, JRFillCloneFactory factory)
JRSubreportRunnable(JRFillSubreport fillSubreport)
JRThreadSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
ThreadExecutorSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller, Executor threadExecutor)
-