net.sf.jasperreports.components.table.fill
Class TableReport.SummaryGroupFooterPrintWhenEvaluator

java.lang.Object
  extended by 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
protected TableReport.SummaryGroupFooterPrintWhenEvaluator()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableReport.SummaryGroupFooterPrintWhenEvaluator

protected TableReport.SummaryGroupFooterPrintWhenEvaluator()
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 interface BuiltinExpressionEvaluator
Throws:
JRException

ensureValue

protected void ensureValue()

evaluate

public Object evaluate(DatasetExpressionEvaluator evaluator)
                throws JRExpressionEvalException
Specified by:
evaluate in interface BuiltinExpressionEvaluator
Throws:
JRExpressionEvalException

evaluateEstimated

public Object evaluateEstimated(DatasetExpressionEvaluator evaluator)
                         throws JRExpressionEvalException
Specified by:
evaluateEstimated in interface BuiltinExpressionEvaluator
Throws:
JRExpressionEvalException

evaluateOld

public Object evaluateOld(DatasetExpressionEvaluator evaluator)
                   throws JRExpressionEvalException
Specified by:
evaluateOld in interface BuiltinExpressionEvaluator
Throws:
JRExpressionEvalException


Copyright © 2012. All Rights Reserved.