Uses of Interface
net.sf.jasperreports.engine.fill.EvaluationBoundAction
-
Packages that use EvaluationBoundAction 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 EvaluationBoundAction in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement EvaluationBoundAction Modifier and Type Class Description class
ElementEvaluationAction
Delayed evaluation action that evaluates a print element.class
VirtualizedPageEvaluationAction
Delayed evaluation action that devirtualizes a set of elements in order to evaluate one or several of them.Methods in net.sf.jasperreports.engine.fill that return types with arguments of type EvaluationBoundAction Modifier and Type Method Description protected LinkedMap<Object,EvaluationBoundAction>
DelayedFillActions. pageActionsMap(LinkedHashMap<FillPageKey,LinkedMap<Object,EvaluationBoundAction>> map, FillPageKey pageKey)
Methods in net.sf.jasperreports.engine.fill with parameters of type EvaluationBoundAction Modifier and Type Method Description protected void
DelayedFillActions. actionMoved(EvaluationBoundAction action)
void
DelayedFillActions. addDelayedAction(Object actionKey, EvaluationBoundAction action, JREvaluationTime evaluationTime, FillPageKey pageKey)
Method parameters in net.sf.jasperreports.engine.fill with type arguments of type EvaluationBoundAction Modifier and Type Method Description protected void
DelayedFillActions. moveMasterActions(LinkedMap<Object,EvaluationBoundAction> sourceActions, FillPageKey destinationPageKey)
protected LinkedMap<Object,EvaluationBoundAction>
DelayedFillActions. pageActionsMap(LinkedHashMap<FillPageKey,LinkedMap<Object,EvaluationBoundAction>> map, FillPageKey pageKey)
protected void
DelayedFillActions. readElementEvaluations(JRVirtualizable<VirtualElementsData> object, int sourceId, JREvaluationTime evaluationTime, LinkedMap<Object,EvaluationBoundAction> actionsMap)
-