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 TypeMethodDescriptionvoidonPopupButtonClick(int row, int column) Called when the button has been clicked, and the pop-up has been opened.voidonPopupClose(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.
-