Class ReportCellAlertEmail

    • Constructor Detail

      • ReportCellAlertEmail

        public ReportCellAlertEmail​(Shortcut shortcut)
    • Method Detail

      • getJSCode

        protected java.lang.String getJSCode​(TransformContext context)
        Description copied from class: AbstractReportCellContextMenuItemBuilder
        Generate the JavaScript code the context menu item generated by this builder instance will trigger when the user selects it.
        Overrides:
        getJSCode in class ReportCellAlert
        Parameters:
        context - TransformContext initialized instance with the information on where this option will be used
        Returns:
        String value with the JavaScript information to trigger when the option is selected.