You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.grid.

Interface GridSelectionModel<T>

    • Method Detail

      • selectFromClient

        void selectFromClient​(T item)

        Handles the selection of an item that originates from the client.

        Parameters:

        item - the item being selected

      • deselectFromClient

        void deselectFromClient​(T item)

        Handles the deselection of an item that originates from the client.

        Parameters:

        item - the item being deselected