|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRSubreportRunner | |
|---|---|
| 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 | |
|---|---|
class |
JRContinuationSubreportRunner
Implemetation of JRSubreportRunner
using Javaflow continuations. |
class |
JRThreadSubreportRunner
Thread-based JRSubreportRunner
implementation. |
| Methods in net.sf.jasperreports.engine.fill that return JRSubreportRunner | |
|---|---|
JRSubreportRunner |
JRContinuationSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
|
JRSubreportRunner |
JRThreadSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
|
JRSubreportRunner |
JRSubreportRunnerFactory.createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
Creates a new JRSubreportRunner instance. |
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRSubreportRunner | |
|---|---|
protected void |
JRBaseFiller.setSubreportRunner(JRSubreportRunner runner)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||