Package net.sf.jasperreports.engine.fill
Interface ReportFiller
- All Known Implementing Classes:
BaseReportFiller,JRBaseFiller,JRHorizontalFiller,JRVerticalFiller,PartReportFiller
public interface ReportFiller
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFillListener(FillListener listener) voidfill(Map<String, Object> parameters, Connection connection) fill(Map<String, Object> parameters, JRDataSource dataSource) booleanisPageFinal(int pageIndex)
-
Method Details
-
fill
@continuable JasperPrint fill(Map<String, Object> parameters, Connection connection) throws JRException- Throws:
JRException
-
fill
@continuable JasperPrint fill(Map<String, Object> parameters, JRDataSource dataSource) throws JRException- Throws:
JRException
-
fill
- Throws:
JRException
-
addFillListener
-
cancelFill
- Throws:
JRException
-
isPageFinal
boolean isPageFinal(int pageIndex) -
getFillContext
JRFillContext getFillContext()
-