| Package | Description |
|---|---|
| com.vaadin.client.flow.nodefeature | |
| com.vaadin.client.flow.reactive |
| Modifier and Type | Class and Description |
|---|---|
class |
MapProperty
A property in a node map.
|
class |
NodeList
A state node feature that structures data as a list.
|
class |
NodeMap
A state node feature that structures data as a map.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveValue |
ReactiveEventRouter.getReactiveValue()
Gets the reactive value for which this router fires event.
|
ReactiveValue |
ReactiveValueChangeEvent.getSource()
Gets the reactive value from which this event originates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Computation.addDependency(ReactiveValue dependency)
Adds a dependency to a reactive value.
|
| Constructor and Description |
|---|
ReactiveEventRouter(ReactiveValue reactiveValue)
Creates a new event router for a reactive value.
|
ReactiveValueChangeEvent(ReactiveValue source)
Creates a new event fired from a source.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.