Uses of Class
net.sf.jasperreports.engine.fill.DelayedFillActions
-
Packages that use DelayedFillActions 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.engine.part -
-
Uses of DelayedFillActions in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as DelayedFillActions Modifier and Type Field Description protected DelayedFillActionsBaseReportFiller. delayedActionsMethods in net.sf.jasperreports.engine.fill that return DelayedFillActions Modifier and Type Method Description DelayedFillActionsFillerPageAddedEvent. getDelayedActions()Methods in net.sf.jasperreports.engine.fill with parameters of type DelayedFillActions Modifier and Type Method Description static voidElementRangeUtil. addContent(JRPrintPage printPage, int pageIndex, ElementRangeContents elementsToMove, int xdelta, int ydelta, DelayedFillActions delayedActions)protected voidPartReportFiller.JasperPrintPartOutput. addPage(JRPrintPage page, int pageOffset, DelayedFillActions sourceActions, BookmarkIterator sourceBookmarkIterator)voidPartReportFiller.JasperPrintPartOutput. addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)voidDelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, FillPageKey pageKey)protected voidDelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, FillPageKey sourcePageKey, FillPageKey destinationPageKey)voidDelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, JRPrintPage page, int pageIndex)static ElementRangeContentsElementRangeUtil. removeContent(ElementRange elementRange, DelayedFillActions delayedActions) -
Uses of DelayedFillActions in net.sf.jasperreports.engine.part
Methods in net.sf.jasperreports.engine.part that return DelayedFillActions Modifier and Type Method Description DelayedFillActionsFillPartPrintOutput. getDelayedActions()Methods in net.sf.jasperreports.engine.part with parameters of type DelayedFillActions Modifier and Type Method Description voidFillPartPrintOutput. addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)voidPartPrintOutput. addPage(JRPrintPage page, DelayedFillActions delayedActions)
-