Package com.vaadin.ui

Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • TabsheetServerRpcImpl

        protected 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