| Package | Description |
|---|---|
| com.vaadin.client.flow.reactive |
| Modifier and Type | Method and Description |
|---|---|
static Computation |
Reactive.getCurrentComputation()
Gets the currently active computation.
|
Computation |
InvalidateEvent.getSource()
Gets the invalidated computation.
|
static Computation |
Reactive.runWhenDependenciesChange(Command command)
Evaluates the given command whenever there is a change in any
ReactiveValue used in the command. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Reactive.runWithComputation(Computation computation,
Command command)
Runs a task with the given computation set as
Reactive.getCurrentComputation(). |
| Constructor and Description |
|---|
InvalidateEvent(Computation source)
Creates a new event for computation.
|
Copyright © 2000–2022 Vaadin Ltd. All rights reserved.