Uses of Class
net.sf.jasperreports.engine.fill.JRFillSubreport
-
Packages that use JRFillSubreport Package Description net.sf.jasperreports.components.table.fill Contains fill time implementations for Table 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.table.fill
Subclasses of JRFillSubreport in net.sf.jasperreports.components.table.fill Modifier and Type Class Description classFillTableSubreportConstructors in net.sf.jasperreports.components.table.fill with parameters of type JRFillSubreport Constructor Description FillerTableSubreportParent(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 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)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, java.util.concurrent.Executor threadExecutor)
-