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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPopupButtonClick(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.
-