Package com.vaadin.ui
Class TabSheet.TabsheetServerRpcImpl
- java.lang.Object
-
- com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
-
- All Implemented Interfaces:
ServerRpc,TabsheetServerRpc,Serializable
- Enclosing class:
- TabSheet
protected class TabSheet.TabsheetServerRpcImpl extends Object implements TabsheetServerRpc
Client to server RPC implementation for TabSheet.- Since:
- 7.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTabsheetServerRpcImpl()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
setSelected
public void setSelected(String key)
Description copied from interface:TabsheetServerRpcTell server that a tab has been selected by the user.- Specified by:
setSelectedin interfaceTabsheetServerRpc- Parameters:
key- internal key of the tab
-
closeTab
public void closeTab(String key)
Description copied from interface:TabsheetServerRpcTell server that a tab has been closed by the user.- Specified by:
closeTabin interfaceTabsheetServerRpc- Parameters:
key- internal key of the tab
-
-