Uses of Class
net.sf.jasperreports.engine.fill.JRFillSubreport
Packages that use JRFillSubreport
Package
Description
Contains fill time implementations for subreport component related interfaces.
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.fillConstructors in net.sf.jasperreports.components.subreport.fill with parameters of type JRFillSubreportModifierConstructorDescriptionComponentFillerSubreportParent(JRFillSubreport parentElement, DatasetExpressionEvaluator evaluator) -
Uses of JRFillSubreport in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillSubreportModifier and TypeMethodDescriptionJRContinuationSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) JRSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) Creates a newJRSubreportRunnerinstance.JRThreadSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) ThreadPoolSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillSubreportModifierConstructorDescriptionAbstractThreadSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) FillerSubreportParent(JRFillSubreport parentElement, DatasetExpressionEvaluator evaluator) JRContinuationSubreportRunner(JRFillSubreport fillSubreport) protectedJRFillSubreport(JRFillSubreport subreport, JRFillCloneFactory factory) protectedJRSubreportRunnable(JRFillSubreport fillSubreport) JRThreadSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) ThreadExecutorSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller, Executor threadExecutor)