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 Constructor Description StandardBoundActionExecutionContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentPageIndex()
JREvaluationTime
getEvaluationTime()
byte
getExpressionEvaluationType()
int
getTotalPages()
void
setCurrentPageIndex(int currentPage)
void
setEvaluationTime(JREvaluationTime evaluationTime)
void
setExpressionEvaluationType(byte evaluationType)
void
setTotalPages(int totalPages)
-
-
-
Method Detail
-
getCurrentPageIndex
public int getCurrentPageIndex()
- Specified by:
getCurrentPageIndex
in interfaceBoundActionExecutionContext
-
setCurrentPageIndex
public void setCurrentPageIndex(int currentPage)
-
getTotalPages
public int getTotalPages()
- Specified by:
getTotalPages
in interfaceBoundActionExecutionContext
-
setTotalPages
public void setTotalPages(int totalPages)
-
getExpressionEvaluationType
public byte getExpressionEvaluationType()
- Specified by:
getExpressionEvaluationType
in interfaceBoundActionExecutionContext
-
setExpressionEvaluationType
public void setExpressionEvaluationType(byte evaluationType)
-
getEvaluationTime
public JREvaluationTime getEvaluationTime()
- Specified by:
getEvaluationTime
in interfaceBoundActionExecutionContext
-
setEvaluationTime
public void setEvaluationTime(JREvaluationTime evaluationTime)
-
-