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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidevaluate(DatasetExpressionEvaluator evaluator) evaluateEstimated(DatasetExpressionEvaluator evaluator) evaluateOld(DatasetExpressionEvaluator evaluator) voidinit(Map<String, JRFillParameter> parametersMap, Map<String, JRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType)
-
Constructor Details
-
SummaryGroupFooterPrintWhenEvaluator
protected SummaryGroupFooterPrintWhenEvaluator()
-
-
Method Details
-
init
public void init(Map<String, JRFillParameter> parametersMap, Map<String, throws JRExceptionJRFillField> fieldsMap, Map<String, JRFillVariable> variablesMap, WhenResourceMissingTypeEnum resourceMissingType) - Specified by:
initin interfaceBuiltinExpressionEvaluator- Throws:
JRException
-
ensureValue
protected void ensureValue() -
evaluate
- Specified by:
evaluatein interfaceBuiltinExpressionEvaluator- Throws:
JRExpressionEvalException
-
evaluateEstimated
public Object evaluateEstimated(DatasetExpressionEvaluator evaluator) throws JRExpressionEvalException - Specified by:
evaluateEstimatedin interfaceBuiltinExpressionEvaluator- Throws:
JRExpressionEvalException
-
evaluateOld
- Specified by:
evaluateOldin interfaceBuiltinExpressionEvaluator- Throws:
JRExpressionEvalException
-