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

Interface PopupButtonClientRpc

  • public interface PopupButtonClientRpc
    • Method Summary

      All Methods
      Modifier and Type Method Description
      void closePopup()

      Closes the popup if it is open.

      void openPopup()

      Opens the popup if the button is rendered.

    • Method Detail

      • openPopup

        void openPopup()

        Opens the popup if the button is rendered.

      • closePopup

        void closePopup()

        Closes the popup if it is open.