Class TableReport.SummaryGroupFooterPrintWhenEvaluator
- java.lang.Object
-
- net.sf.jasperreports.components.table.fill.TableReport.SummaryGroupFooterPrintWhenEvaluator
-
- All Implemented Interfaces:
BuiltinExpressionEvaluator
- Enclosing class:
- TableReport
protected class TableReport.SummaryGroupFooterPrintWhenEvaluator extends Object implements BuiltinExpressionEvaluator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SummaryGroupFooterPrintWhenEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
ensureValue()
Object
evaluate(DatasetExpressionEvaluator evaluator)
Object
evaluateEstimated(DatasetExpressionEvaluator evaluator)
Object
evaluateOld(DatasetExpressionEvaluator evaluator)
void
init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
-
-
-
Method Detail
-
init
public void init(Map<String,JRFillParameter> parametersMap, Map<String,JRFillField> fieldsMap, Map<String,JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) throws JRException
- Specified by:
init
in interfaceBuiltinExpressionEvaluator
- Throws:
JRException
-
ensureValue
protected void ensureValue()
-
evaluate
public Object evaluate(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
- Specified by:
evaluate
in interfaceBuiltinExpressionEvaluator
- Throws:
JRExpressionEvalException
-
evaluateEstimated
public Object evaluateEstimated(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
- Specified by:
evaluateEstimated
in interfaceBuiltinExpressionEvaluator
- Throws:
JRExpressionEvalException
-
evaluateOld
public Object evaluateOld(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
- Specified by:
evaluateOld
in interfaceBuiltinExpressionEvaluator
- Throws:
JRExpressionEvalException
-
-