| 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 |
Grid.addSelectionListener(SelectionListener<T> listener)
Adds a selection listener to the current selection model.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default Registration |
SingleSelectionModel.addSelectionListener(SelectionListener<T> listener)
Adds a generic listener to this selection model, accepting both single
and multiselection events.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.