|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRFillExpressionEvaluator
Fill time expression evaluators interface.
An instance of this interface is used at fill time by elements to evaluate expressions.
| Method Summary | |
|---|---|
Object |
evaluate(JRExpression expression,
byte evaluationType)
Evaluates an expression. |
JRFillDataset |
getFillDataset()
Returns the dataset used by the expression evaluator. |
| Method Detail |
|---|
Object evaluate(JRExpression expression,
byte evaluationType)
throws JRException
expression - the expression to evaluateevaluationType - one of JRExpression.EVALUATION_DEFAULT,
JRExpression.EVALUATION_OLD, JRExpression.EVALUATION_ESTIMATED
JRExceptionJRFillDataset getFillDataset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||