Interface PopupButtonServerRpc

  • All Superinterfaces:
    Serializable, com.vaadin.shared.communication.ServerRpc
    All Known Implementing Classes:
    SpreadsheetServerRpcImpl

    public interface PopupButtonServerRpc
    extends com.vaadin.shared.communication.ServerRpc
    • Method Detail

      • onPopupButtonClick

        void onPopupButtonClick​(int row,
                                int column)
        Called when the button has been clicked, and the pop-up has been opened.
      • onPopupClose

        void onPopupClose​(int row,
                          int column)
        Called after the pop-up has been closed.