net.sf.jasperreports.engine.fill
Interface JRSubreportRunnerFactory

All Known Implementing Classes:
JRContinuationSubreportRunnerFactory, JRThreadSubreportRunnerFactory

public interface JRSubreportRunnerFactory

Factory of JRSubreportRunner instances.

Version:
$Id: JRSubreportRunnerFactory.java 3034 2009-08-27 11:58:04Z teodord $
Author:
Lucian Chirita ([email protected])
See Also:
JRProperties.SUBREPORT_RUNNER_FACTORY

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


Copyright © 2011. All Rights Reserved.