T - the grid bean typepublic interface GridSelectionModel<T> extends com.vaadin.flow.data.selection.SelectionModel<Grid<T>,T>
com.vaadin.flow.data.selection.SelectionModel.Multi<C extends com.vaadin.flow.component.Component,T>, com.vaadin.flow.data.selection.SelectionModel.Single<C extends com.vaadin.flow.component.Component,T>| Modifier and Type | Method and Description |
|---|---|
void |
deselectFromClient(T item)
Handles the deselection of an item that originates from the client.
|
void |
selectFromClient(T item)
Handles the selection of an item that originates from the client.
|
void selectFromClient(T item)
item - the item being selectedvoid deselectFromClient(T item)
item - the item being deselectedCopyright © 2025. All rights reserved.