Uses of Interface
net.sf.jasperreports.engine.fill.FillerPageAddedEvent
-
Packages that use FillerPageAddedEvent Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.parts.subreport -
-
Uses of FillerPageAddedEvent in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type FillerPageAddedEvent Modifier and Type Method Description void
BandReportFillerParent. addPage(FillerPageAddedEvent pageAdded)
void
FillerSubreportParent. addPage(FillerPageAddedEvent pageAdded)
protected void
FillerSubreportParent. suspendSubreportRunner(FillerPageAddedEvent pageAdded)
-
Uses of FillerPageAddedEvent in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport with parameters of type FillerPageAddedEvent Modifier and Type Method Description void
SubreportFillPart.PartBandParent. addPage(FillerPageAddedEvent pageAdded)
-