com.vaadin.ui
Class TabSheet.TabsheetServerRpcImpl

java.lang.Object
  extended by com.vaadin.ui.TabSheet.TabsheetServerRpcImpl
All Implemented Interfaces:
com.vaadin.shared.communication.ServerRpc, com.vaadin.shared.ui.tabsheet.TabsheetServerRpc, java.io.Serializable
Enclosing class:
TabSheet

protected class TabSheet.TabsheetServerRpcImpl
extends java.lang.Object
implements com.vaadin.shared.ui.tabsheet.TabsheetServerRpc

Client to server RPC implementation for TabSheet.

Since:
7.2
See Also:
Serialized Form

Constructor Summary
protected TabSheet.TabsheetServerRpcImpl()
           
 
Method Summary
 void closeTab(java.lang.String key)
           
 void setSelected(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabSheet.TabsheetServerRpcImpl

protected TabSheet.TabsheetServerRpcImpl()
Method Detail

setSelected

public void setSelected(java.lang.String key)
Specified by:
setSelected in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc

closeTab

public void closeTab(java.lang.String key)
Specified by:
closeTab in interface com.vaadin.shared.ui.tabsheet.TabsheetServerRpc


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.