| Package | Description |
|---|---|
| com.vaadin.client.flow.nodefeature | |
| com.vaadin.client.flow.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
ListSpliceEvent
Event fired when the structure of a
NodeList changes. |
class |
MapPropertyAddEvent
Event fired when a property is added to a
NodeMap. |
class |
MapPropertyChangeEvent
Event fired when the value of a map property changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveEventRouter<L,E extends ReactiveValueChangeEvent>
Event router providing integration with reactive features in
Reactive
and Computation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Reactive.notifyEventCollectors(ReactiveValueChangeEvent event)
Fires a reactive change event to all registered event collectors.
|
void |
ReactiveValueChangeListener.onValueChange(ReactiveValueChangeEvent event)
Invoked when a reactive value has changed.
|
void |
Computation.onValueChange(ReactiveValueChangeEvent changeEvent) |
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.