Package net.sf.jasperreports.engine.fill
Interface BoundActionExecutionContext
-
- All Known Implementing Classes:
StandardBoundActionExecutionContext
public interface BoundActionExecutionContext
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCurrentPageIndex()
JREvaluationTime
getEvaluationTime()
byte
getExpressionEvaluationType()
int
getTotalPages()
-
-
-
Method Detail
-
getCurrentPageIndex
int getCurrentPageIndex()
-
getTotalPages
int getTotalPages()
-
getExpressionEvaluationType
byte getExpressionEvaluationType()
-
getEvaluationTime
JREvaluationTime getEvaluationTime()
-
-