Uses of Class
net.sf.jasperreports.engine.fill.FillPageKey
-
Packages that use FillPageKey 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). -
-
Uses of FillPageKey in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type FillPageKey Modifier and Type Method Description protected void
BaseReportFiller. addBoundElement(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime, FillPageKey pageKey)
void
DelayedFillActions. addDelayedAction(Object actionKey, EvaluationBoundAction action, JREvaluationTime evaluationTime, FillPageKey pageKey)
void
DelayedFillActions. addDelayedAction(JRFillElement element, JRPrintElement printElement, JREvaluationTime evaluationTime, FillPageKey pageKey)
void
DelayedFillActions. moveActions(FillPageKey fromKey, FillPageKey toKey)
protected void
JRBaseFiller. moveBoundActions(FillPageKey subreportKey, FillPageKey parentKey)
protected void
DelayedFillActions. moveMasterActions(LinkedMap<Object,EvaluationBoundAction> sourceActions, FillPageKey destinationPageKey)
void
DelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, FillPageKey pageKey)
protected void
DelayedFillActions. moveMasterEvaluations(DelayedFillActions sourceActions, FillPageKey sourcePageKey, FillPageKey destinationPageKey)
protected LinkedMap<Object,EvaluationBoundAction>
DelayedFillActions. pageActionsMap(LinkedHashMap<FillPageKey,LinkedMap<Object,EvaluationBoundAction>> map, FillPageKey pageKey)
Method parameters in net.sf.jasperreports.engine.fill with type arguments of type FillPageKey Modifier and Type Method Description protected LinkedMap<Object,EvaluationBoundAction>
DelayedFillActions. pageActionsMap(LinkedHashMap<FillPageKey,LinkedMap<Object,EvaluationBoundAction>> map, FillPageKey pageKey)
-