Uses of Class
net.sf.jasperreports.engine.fill.DelayedFillActions
Packages that use DelayedFillActions
Package
Description
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
-
Uses of DelayedFillActions in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as DelayedFillActionsMethods in net.sf.jasperreports.engine.fill that return DelayedFillActionsMethods in net.sf.jasperreports.engine.fill with parameters of type DelayedFillActionsModifier and TypeMethodDescriptionstatic 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 DelayedFillActionsMethods in net.sf.jasperreports.engine.part with parameters of type DelayedFillActionsModifier and TypeMethodDescriptionvoidFillPartPrintOutput.addPage(JRPrintPage page, DelayedFillActions delayedActionsSource) voidPartPrintOutput.addPage(JRPrintPage page, DelayedFillActions delayedActions)