Package net.sf.jasperreports.engine.fill
Class StandardBoundActionExecutionContext
java.lang.Object
net.sf.jasperreports.engine.fill.StandardBoundActionExecutionContext
- All Implemented Interfaces:
BoundActionExecutionContext
public class StandardBoundActionExecutionContext
extends Object
implements BoundActionExecutionContext
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbyteintvoidsetCurrentPageIndex(int currentPage) voidsetEvaluationTime(JREvaluationTime evaluationTime) voidsetExpressionEvaluationType(byte evaluationType) voidsetTotalPages(int totalPages)
-
Constructor Details
-
StandardBoundActionExecutionContext
public StandardBoundActionExecutionContext()
-
-
Method Details
-
getCurrentPageIndex
public int getCurrentPageIndex()- Specified by:
getCurrentPageIndexin interfaceBoundActionExecutionContext
-
setCurrentPageIndex
public void setCurrentPageIndex(int currentPage) -
getTotalPages
public int getTotalPages()- Specified by:
getTotalPagesin interfaceBoundActionExecutionContext
-
setTotalPages
public void setTotalPages(int totalPages) -
getExpressionEvaluationType
public byte getExpressionEvaluationType()- Specified by:
getExpressionEvaluationTypein interfaceBoundActionExecutionContext
-
setExpressionEvaluationType
public void setExpressionEvaluationType(byte evaluationType) -
getEvaluationTime
- Specified by:
getEvaluationTimein interfaceBoundActionExecutionContext
-
setEvaluationTime
-