Package net.sf.jasperreports.engine.fill
Class VirtualizedPageEvaluationAction
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.VirtualizedPageEvaluationAction
-
- All Implemented Interfaces:
EvaluationBoundAction
public class VirtualizedPageEvaluationAction extends Object implements EvaluationBoundAction
Delayed evaluation action that devirtualizes a set of elements in order to evaluate one or several of them.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description VirtualizedPageEvaluationAction(JRVirtualizable<?> object, int sourceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(BoundActionExecutionContext executionContext)
int
getSourceId()
-
-
-
Constructor Detail
-
VirtualizedPageEvaluationAction
public VirtualizedPageEvaluationAction(JRVirtualizable<?> object, int sourceId)
-
-
Method Detail
-
execute
public void execute(BoundActionExecutionContext executionContext) throws JRException
- Specified by:
execute
in interfaceEvaluationBoundAction
- Throws:
JRException
-
getSourceId
public int getSourceId()
-
-