Class TriggerPageFooterFunction

    • Constructor Detail

      • TriggerPageFooterFunction

        public TriggerPageFooterFunction()
        Creates a new TriggerPageFooterFunction with no name. You have to define one using "setName" or the function will not work.
    • Method Detail

      • reportInitialized

        public void reportInitialized​(ReportEvent event)
        Receives notification that report generation initializes the current run.

        The event carries a ReportState.Started state. Use this to initialize the report.

        Specified by:
        reportInitialized in interface ReportListener
        Overrides:
        reportInitialized in class AbstractFunction
        Parameters:
        event - The event.
      • reportDone

        public void reportDone​(ReportEvent event)
        Receives notification that report generation has completed, the report footer was printed, no more output is done. This is a helper event to shut down the output service.
        Specified by:
        reportDone in interface ReportListener
        Overrides:
        reportDone in class AbstractFunction
        Parameters:
        event - The event.
      • getValue

        public Object getValue()
        This method returns nothing.
        Specified by:
        getValue in interface Expression
        Returns:
        the value of the function.