| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
Registration |
AbstractSingleSelect.addSelectionListener(SingleSelectionListener<T> listener)
Adds a selection listener to this select.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
SingleSelectionModelImpl.addSingleSelectionListener(SingleSelectionListener<T> listener) |
Registration |
SingleSelectionModel.addSingleSelectionListener(SingleSelectionListener<T> listener)
Adds a single selection listener that is called when the value of this
select is changed either by the user or programmatically.
|
Registration |
GridSingleSelect.addSingleSelectionListener(SingleSelectionListener<T> listener)
Adds a single selection listener that is called when the value of this
select is changed either by the user or programmatically.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.