| Package | Description |
|---|---|
| com.vaadin.data | |
| com.vaadin.event.selection | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
HasValue.ValueChangeListener.valueChange(HasValue.ValueChangeEvent<V> event)
Invoked when this listener receives a value change event from an
event source to which it has been added.
|
| 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 |
|---|---|
protected HasValue.ValueChangeEvent<T> |
AbstractField.createValueChange(T oldValue,
boolean userOriginated)
Returns a new value change event instance.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.