com.vaadin.shared.ui.tabsheet.

Interface TabsheetServerRpc

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void closeTab​(String key)

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

      void setSelected​(String key)

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

    • Method Detail

      • setSelected

        void setSelected​(String key)

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

        Parameters:

        key - internal key of the tab

      • closeTab

        void closeTab​(String key)

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

        Parameters:

        key - internal key of the tab