public class StandardBoundActionExecutionContext extends Object implements BoundActionExecutionContext
| Constructor and Description |
|---|
StandardBoundActionExecutionContext() |
| Modifier and Type | Method and 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) |
public int getCurrentPageIndex()
getCurrentPageIndex in interface BoundActionExecutionContextpublic void setCurrentPageIndex(int currentPage)
public int getTotalPages()
getTotalPages in interface BoundActionExecutionContextpublic void setTotalPages(int totalPages)
public byte getExpressionEvaluationType()
getExpressionEvaluationType in interface BoundActionExecutionContextpublic void setExpressionEvaluationType(byte evaluationType)
public JREvaluationTime getEvaluationTime()
getEvaluationTime in interface BoundActionExecutionContextpublic void setEvaluationTime(JREvaluationTime evaluationTime)
Copyright © 2017. All rights reserved.