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 beign deselected