You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.page.

Interface Page.ExecutionCanceler

    • Method Summary

      All Methods
      Modifier and Type Method 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