Uses of Class
com.vaadin.client.flow.reactive.Computation
-
Packages that use Computation Package Description com.vaadin.client.flow.reactive -
-
Uses of Computation in com.vaadin.client.flow.reactive
Methods in com.vaadin.client.flow.reactive that return Computation Modifier and Type Method Description static ComputationReactive. getCurrentComputation()Gets the currently active computation.ComputationInvalidateEvent. getSource()Gets the invalidated computation.static ComputationReactive. runWhenDependenciesChange(Command command)Evaluates the given command whenever there is a change in anyReactiveValueused in the command.Methods in com.vaadin.client.flow.reactive with parameters of type Computation Modifier and Type Method Description static voidReactive. runWithComputation(Computation computation, Command command)Runs a task with the given computation set asReactive.getCurrentComputation().Constructors in com.vaadin.client.flow.reactive with parameters of type Computation Constructor Description InvalidateEvent(Computation source)Creates a new event for computation.
-