Package com.vaadin.shared.ui.tabsheet
Interface TabsheetServerRpc
-
- All Superinterfaces:
Serializable,ServerRpc
public interface TabsheetServerRpc extends ServerRpc
Client to server RPC methods for the TabSheet.- Since:
- 7.2
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcloseTab(String key)Tell server that a tab has been closed by the user.voidsetSelected(String key)Tell server that a tab has been selected by the user.
-