T - the grid bean typepublic interface GridSelectionModel<T> extends SelectionModel<Grid<T>,T>
SelectionModel.Multi<C extends Component,T>, SelectionModel.Single<C extends 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.
|
addSelectionListener, deselect, deselectAll, getFirstSelectedItem, getSelectedItems, isSelected, selectvoid selectFromClient(T item)
item - the item being selectedvoid deselectFromClient(T item)
item - the item being deselectedCopyright © 2025. All rights reserved.