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 java.lang.Object implements BoundActionExecutionContext
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StandardBoundActionExecutionContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentPageIndex()JREvaluationTimegetEvaluationTime()bytegetExpressionEvaluationType()intgetTotalPages()voidsetCurrentPageIndex(int currentPage)voidsetEvaluationTime(JREvaluationTime evaluationTime)voidsetExpressionEvaluationType(byte evaluationType)voidsetTotalPages(int totalPages)
-
-
-
Method Detail
-
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
public JREvaluationTime getEvaluationTime()
- Specified by:
getEvaluationTimein interfaceBoundActionExecutionContext
-
setEvaluationTime
public void setEvaluationTime(JREvaluationTime evaluationTime)
-
-