| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
Registration |
SelectionModel.addSelectionListener(SelectionListener<T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
Tree.addSelectionListener(SelectionListener<T> listener)
Adds a selection listener to the current selection model.
|
Registration |
Grid.addSelectionListener(SelectionListener<T> listener)
Adds a selection listener to the current selection model.
|
| Modifier and Type | Method and Description |
|---|---|
default Registration |
SingleSelectionModel.addSelectionListener(SelectionListener<T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
Registration |
NoSelectionModel.addSelectionListener(SelectionListener<T> listener) |
default Registration |
MultiSelectionModel.addSelectionListener(SelectionListener<T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
Registration |
GridSingleSelect.addSelectionListener(SelectionListener<T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
Registration |
GridMultiSelect.addSelectionListener(SelectionListener<T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
Copyright © 2020 Vaadin Ltd. All rights reserved.