net.sf.jasperreports.components.table.fill
Interface BuiltinExpressionEvaluator
- All Known Implementing Classes:
- ConstantBuiltinExpression, HeaderLabelUtil.HeaderLabelBuiltinExpression, TableReport.SummaryGroupFooterPrintWhenEvaluator
public interface BuiltinExpressionEvaluator
- Version:
- $Id: BuiltinExpressionEvaluator.java 5123 2012-03-23 21:49:01Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
init
void init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType)
throws JRException
- Throws:
JRException
evaluate
Object evaluate(DatasetExpressionEvaluator evaluator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
evaluateOld
Object evaluateOld(DatasetExpressionEvaluator evaluator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
evaluateEstimated
Object evaluateEstimated(DatasetExpressionEvaluator evaluator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
Copyright © 2012. All Rights Reserved.