Class CubeExplorerForViewReportTransform

    • Constructor Detail

      • CubeExplorerForViewReportTransform

        public CubeExplorerForViewReportTransform()
    • Method Detail

      • getOnSubmitJS

        protected java.lang.String getOnSubmitJS()
        Description copied from class: AbstractEditorTransform
        Provides JS code to be executed on the "onsubmit" event of the HTML form.
        Used for customizations where an action is needed before the form is submitted.
        Note: this is only used when the editor uses an event and not JS on the OK/Apply buttons. For those cases use the "okJS" or "applyJS" formal parameters
        Overrides:
        getOnSubmitJS in class AbstractEditorTransform
        Returns:
        JS code to be executed on the "onsubmit" event of the HTML form.