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 PopupButtonServerRpc

  • public interface PopupButtonServerRpc
    • Method Summary

      All Methods
      Modifier and Type Method Description
      void onPopupButtonClick()

      Called when the button has been clicked, and the pop-up has been opened.

      void onPopupClose()

      Called after the pop-up has been closed.

    • Method Detail

      • onPopupButtonClick

        void onPopupButtonClick()

        Called when the button has been clicked, and the pop-up has been opened.

      • onPopupClose

        void onPopupClose()

        Called after the pop-up has been closed.