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 Detail
-
setSelected
public void setSelected(String key)
- Specified by:
setSelectedin interfaceTabsheetServerRpc
-
closeTab
public void closeTab(String key)
- Specified by:
closeTabin interfaceTabsheetServerRpc
-
-