org.pentaho.reporting.engine.classic.core.function.formula
Class DashboardModeFunction

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.function.formula.DashboardModeFunction
All Implemented Interfaces:
Serializable, org.pentaho.reporting.libraries.formula.function.Function

public class DashboardModeFunction
extends Object
implements org.pentaho.reporting.libraries.formula.function.Function

Todo: Document me!

Date: 13.08.2010 Time: 17:08:12

Author:
Thomas Morgner.
See Also:
Serialized Form

Constructor Summary
DashboardModeFunction()
           
 
Method Summary
 org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair evaluate(org.pentaho.reporting.libraries.formula.FormulaContext context, org.pentaho.reporting.libraries.formula.function.ParameterCallback parameters)
           
 String getCanonicalName()
           
static boolean isDashboardMode(ReportFormulaContext rfc)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardModeFunction

public DashboardModeFunction()
Method Detail

getCanonicalName

public String getCanonicalName()
Specified by:
getCanonicalName in interface org.pentaho.reporting.libraries.formula.function.Function

evaluate

public org.pentaho.reporting.libraries.formula.lvalues.TypeValuePair evaluate(org.pentaho.reporting.libraries.formula.FormulaContext context,
                                                                              org.pentaho.reporting.libraries.formula.function.ParameterCallback parameters)
                                                                       throws org.pentaho.reporting.libraries.formula.EvaluationException
Specified by:
evaluate in interface org.pentaho.reporting.libraries.formula.function.Function
Throws:
org.pentaho.reporting.libraries.formula.EvaluationException

isDashboardMode

public static boolean isDashboardMode(ReportFormulaContext rfc)