| Package | Description |
|---|---|
| com.vaadin.ui | |
| com.vaadin.ui.components.grid |
| Modifier and Type | Method and Description |
|---|---|
Registration |
AbstractMultiSelect.addSelectionListener(MultiSelectionListener<T> listener)
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
|
Registration |
MultiSelect.addSelectionListener(MultiSelectionListener<T> listener)
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
MultiSelectionModelImpl.addMultiSelectionListener(MultiSelectionListener<T> listener) |
Registration |
MultiSelectionModel.addMultiSelectionListener(MultiSelectionListener<T> listener)
Adds a selection listener that will be called when the selection is
changed either by the user or programmatically.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.