| Package | Description |
|---|---|
| com.vaadin.event.selection |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSelectionEvent<T>
Event fired when the the selection changes in a
SelectionModel.Multi. |
class |
SingleSelectionEvent<T>
Fired when the selection changes in a listing component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionListener.selectionChange(SelectionEvent<T> event)
Invoked when the selection has changed by user or programmatically.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.