net.sf.jasperreports.engine.fill
Interface JRSubreportRunnerFactory

All Known Implementing Classes:
JRContinuationSubreportRunnerFactory, JRThreadSubreportRunnerFactory

public interface JRSubreportRunnerFactory

Factory of JRSubreportRunner instances.

Version:
$Id: JRSubreportRunnerFactory.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
static java.lang.String SUBREPORT_RUNNER_FACTORY
          Property specifying the JRSubreportRunnerFactory implementation to use for creating subreport runners.
 
Method Summary
 JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
          Creates a new JRSubreportRunner instance.
 

Field Detail

SUBREPORT_RUNNER_FACTORY

static final java.lang.String SUBREPORT_RUNNER_FACTORY
Property specifying the JRSubreportRunnerFactory implementation to use for creating subreport runners.

See Also:
Constant Field Values
Method Detail

createSubreportRunner

JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport,
                                        JRBaseFiller subreportFiller)
Creates a new JRSubreportRunner instance.

Parameters:
fillSubreport - the subreport element of the master report
subreportFiller - the subreport filler created to fill the subreport
Returns:
a new JRSubreportRunner instance


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com