com.vaadin.ui.

Class TabSheet.TabsheetServerRpcImpl

    • Constructor Detail

      • TabsheetServerRpcImpl

        protected TabsheetServerRpcImpl()
    • Method Detail

      • setSelected

        public void setSelected(String key)

        Description copied from interface: TabsheetServerRpc

        Tell server that a tab has been selected by the user.

        Specified by:

        setSelected in interface TabsheetServerRpc

        Parameters:

        key - internal key of the tab

      • closeTab

        public void closeTab(String key)

        Description copied from interface: TabsheetServerRpc

        Tell server that a tab has been closed by the user.

        Specified by:

        closeTab in interface TabsheetServerRpc

        Parameters:

        key - internal key of the tab