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 Summary

    Modifier and Type
    Method
    Description
    void
    onPopupButtonClick(int row, int column)
    Called when the button has been clicked, and the pop-up has been opened.
    void
    onPopupClose(int row, int column)
    Called after the pop-up has been closed.
  • Method Details

    • 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.