com.vaadin.shared.data.selection.

Interface SelectionServerRpc

    • Method Summary

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

      Deselects an item based on its key.

      void select​(String key)

      Selects an item based on its key.

    • Method Detail

      • select

        void select​(String key)

        Selects an item based on its key.

        Parameters:

        key - the key of the item to select

      • deselect

        void deselect​(String key)

        Deselects an item based on its key.

        Parameters:

        key - the key of the item to deselect