Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.data.selection |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractGridSingleSelectionModel.fireSelectionEvent(SelectionEvent<Grid<T>,T> event)
Method for handling the firing of selection events.
|
protected abstract void |
AbstractGridMultiSelectionModel.fireSelectionEvent(SelectionEvent<Grid<T>,T> event)
Method for handling the firing of selection events.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiSelectionEvent<C extends Component,T>
Fired when the selection changes in a listing component that supports
multiple item selection.
|
class |
SingleSelectionEvent<C extends Component,T>
Fired when the selection changes in a listing component.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionListener.selectionChange(SelectionEvent<C,T> event)
Invoked when the selection has changed.
|
Copyright © 2025. All rights reserved.