com.vaadin.shared.data.selection.

Interface MultiSelectServerRpc

  • All Superinterfaces:

    Serializable, ServerRpc

    public interface MultiSelectServerRpc
    extends ServerRpc

    Transmits SelectionModel selection changes from the client to the server.

    Since:

    8.0

    Author:

    Vaadin Ltd

    • Method Summary

      All Methods
      Modifier and Type Method Description
      void updateSelection​(Set<String> addedItemKeys, Set<String> removedItemKeys)

      Updates the selected items based on their keys.

    • Method Detail

      • updateSelection

        void updateSelection​(Set<String> addedItemKeys,
                             Set<String> removedItemKeys)

        Updates the selected items based on their keys.

        Parameters:

        addedItemKeys - the item keys added to selection

        removedItemKeys - the item keys removed from selection