com.vaadin.flow.component.page.

Interface Page.ExecutionCanceler

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      boolean cancelExecution()

      Deprecated. 

      Cancel the javascript execution, if it was not yet sent to the browser for execution.

    • Method Detail

      • cancelExecution

        boolean cancelExecution()

        Deprecated. 

        Cancel the javascript execution, if it was not yet sent to the browser for execution.

        Returns:

        true if the execution was canceled, false if not