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 DelayedFillActions
BaseReportFiller. delayedActions
Methods in net.sf.jasperreports.engine.fill that return DelayedFillActions Modifier and Type Method Description DelayedFillActions
FillerPageAddedEvent. getDelayedActions()
Methods in net.sf.jasperreports.engine.fill with parameters of type DelayedFillActions Modifier and Type Method Description static void
ElementRangeUtil. addContent(JRPrintPage printPage, int pageIndex, ElementRangeContents elementsToMove, int xdelta, int ydelta, DelayedFillActions delayedActions)
protected void
PartReportFiller.JasperPrintPartOutput. addPage(JRPrintPage page, int pageOffset, DelayedFillActions sourceActions, BookmarkIterator sourceBookmarkIterator)
void
PartReportFiller.JasperPrintPartOutput. addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)
void
DelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, FillPageKey pageKey)
protected void
DelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, FillPageKey sourcePageKey, FillPageKey destinationPageKey)
void
DelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, JRPrintPage page, int pageIndex)
static ElementRangeContents
ElementRangeUtil. 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 DelayedFillActions
FillPartPrintOutput. getDelayedActions()
Methods in net.sf.jasperreports.engine.part with parameters of type DelayedFillActions Modifier and Type Method Description void
FillPartPrintOutput. addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)
void
PartPrintOutput. addPage(JRPrintPage page, DelayedFillActions delayedActions)
-