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 classElementEvaluationActionDelayed evaluation action that evaluates a print element.classVirtualizedPageEvaluationActionDelayed 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<java.lang.Object,EvaluationBoundAction>DelayedFillActions. pageActionsMap(java.util.LinkedHashMap<FillPageKey,LinkedMap<java.lang.Object,EvaluationBoundAction>> map, FillPageKey pageKey)Methods in net.sf.jasperreports.engine.fill with parameters of type EvaluationBoundAction Modifier and Type Method Description protected voidDelayedFillActions. actionMoved(EvaluationBoundAction action)voidDelayedFillActions. addDelayedAction(java.lang.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 voidDelayedFillActions. moveMasterActions(LinkedMap<java.lang.Object,EvaluationBoundAction> sourceActions, FillPageKey destinationPageKey)protected LinkedMap<java.lang.Object,EvaluationBoundAction>DelayedFillActions. pageActionsMap(java.util.LinkedHashMap<FillPageKey,LinkedMap<java.lang.Object,EvaluationBoundAction>> map, FillPageKey pageKey)protected voidDelayedFillActions. readElementEvaluations(JRVirtualizable<VirtualElementsData> object, int sourceId, JREvaluationTime evaluationTime, LinkedMap<java.lang.Object,EvaluationBoundAction> actionsMap)
-