net.sf.jasperreports.engine.fill
Class JRContinuationSubreportRunnerFactory
java.lang.Object
net.sf.jasperreports.engine.fill.JRContinuationSubreportRunnerFactory
- All Implemented Interfaces:
- JRSubreportRunnerFactory
public class JRContinuationSubreportRunnerFactory
- extends Object
- implements JRSubreportRunnerFactory
JRContinuationSubreportRunner
subreport runners factory.
- Version:
- $Id: JRContinuationSubreportRunnerFactory.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JRContinuationSubreportRunnerFactory
public JRContinuationSubreportRunnerFactory()
createSubreportRunner
public JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport,
JRBaseFiller subreportFiller)
- Description copied from interface:
JRSubreportRunnerFactory
- Creates a new
JRSubreportRunner instance.
- Specified by:
createSubreportRunner in interface JRSubreportRunnerFactory
- Parameters:
fillSubreport - the subreport element of the master reportsubreportFiller - the subreport filler created to fill the subreport
- Returns:
- a new
JRSubreportRunner instance
Copyright © 2012. All Rights Reserved.