Class WizardOverrideFormattingFunction

  • All Implemented Interfaces:
    Serializable, Cloneable, EventListener, org.pentaho.reporting.engine.classic.core.event.PageEventListener, org.pentaho.reporting.engine.classic.core.event.ReportListener, org.pentaho.reporting.engine.classic.core.function.Expression, org.pentaho.reporting.engine.classic.core.function.Function, org.pentaho.reporting.engine.classic.core.function.LayoutProcessorFunction, org.pentaho.reporting.engine.classic.core.function.StructureFunction

    public class WizardOverrideFormattingFunction
    extends org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction
    implements org.pentaho.reporting.engine.classic.core.function.StructureFunction
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean evaluateElement​(org.pentaho.reporting.engine.classic.core.ReportElement e)
      Evaluates all defined style-expressions of the given element.
      int getProcessingPriority()  
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction

        getDependencyLevel, getElement, getInstance, getValue, groupFinished, groupStarted, isExecutable, itemsAdvanced, itemsFinished, itemsStarted, pageFinished, pageStarted, processBand, processFooterBands, processGroupHeaders, processHeaderBands, processRootBand, recordCacheHit, recordCacheMiss, reportCachePerformance, reportDone, reportFinished, reportInitialized, reportStarted, setElement
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractFunction

        summaryRowSelection
      • Methods inherited from class org.pentaho.reporting.engine.classic.core.function.AbstractExpression

        clone, getDataRow, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime
      • Methods inherited from interface org.pentaho.reporting.engine.classic.core.function.Expression

        clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, getValue, isActive, isDeepTraversing, isPreserve, setDependencyLevel, setName, setRuntime
      • Methods inherited from interface org.pentaho.reporting.engine.classic.core.event.ReportListener

        groupFinished, groupStarted, itemsAdvanced, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted, summaryRowSelection
    • Constructor Detail

      • WizardOverrideFormattingFunction

        public WizardOverrideFormattingFunction()
    • Method Detail

      • getProcessingPriority

        public int getProcessingPriority()
        Specified by:
        getProcessingPriority in interface org.pentaho.reporting.engine.classic.core.function.StructureFunction
      • evaluateElement

        protected boolean evaluateElement​(org.pentaho.reporting.engine.classic.core.ReportElement e)
        Evaluates all defined style-expressions of the given element.
        Specified by:
        evaluateElement in class org.pentaho.reporting.engine.classic.core.function.AbstractElementFormatFunction
        Parameters:
        e - the element that should be updated.
        Returns:
        true, if attributes or style were changed, false if no change was made.