Package com.vaadin.shared.ui.tabsheet
Interface TabsheetServerRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
- All Known Implementing Classes:
TabSheet.TabsheetServerRpcImpl
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 void
closeTab(String key)
Tell server that a tab has been closed by the user.void
setSelected(String key)
Tell server that a tab has been selected by the user.
-