| Package | Description |
|---|---|
| com.vaadin.flow.component.grid | |
| com.vaadin.flow.data.selection |
| Modifier and Type | Method and Description |
|---|---|
Registration |
GridNoneSelectionModel.addSelectionListener(SelectionListener<Grid<T>,T> listener) |
Registration |
Grid.addSelectionListener(SelectionListener<Grid<T>,T> listener)
Adds a selection listener to the current selection model.
|
Registration |
AbstractGridSingleSelectionModel.addSelectionListener(SelectionListener<Grid<T>,T> listener) |
Registration |
AbstractGridMultiSelectionModel.addSelectionListener(SelectionListener<Grid<T>,T> listener) |
| Modifier and Type | Method and Description |
|---|---|
Registration |
SelectionModel.addSelectionListener(SelectionListener<C,T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
Copyright © 2025. All rights reserved.