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 TypeMethodDescriptionvoid
addFillListener
(FillListener listener) void
fill
(Map<String, Object> parameters, Connection connection) fill
(Map<String, Object> parameters, JRDataSource dataSource) boolean
isPageFinal
(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()
-