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 protectedSummaryGroupFooterPrintWhenEvaluator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidensureValue()Objectevaluate(DatasetExpressionEvaluator evaluator)ObjectevaluateEstimated(DatasetExpressionEvaluator evaluator)ObjectevaluateOld(DatasetExpressionEvaluator evaluator)voidinit(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:
initin interfaceBuiltinExpressionEvaluator- Throws:
JRException
-
ensureValue
protected void ensureValue()
-
evaluate
public Object evaluate(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
- Specified by:
evaluatein interfaceBuiltinExpressionEvaluator- Throws:
JRExpressionEvalException
-
evaluateEstimated
public Object evaluateEstimated(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
- Specified by:
evaluateEstimatedin interfaceBuiltinExpressionEvaluator- Throws:
JRExpressionEvalException
-
evaluateOld
public Object evaluateOld(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException
- Specified by:
evaluateOldin interfaceBuiltinExpressionEvaluator- Throws:
JRExpressionEvalException
-
-