Uses of Class
com.vaadin.client.flow.reactive.Computation
Packages that use Computation
-
Uses of Computation in com.vaadin.client.flow.reactive
Methods in com.vaadin.client.flow.reactive that return ComputationModifier and TypeMethodDescriptionstatic ComputationReactive.getCurrentComputation()Gets the currently active computation.InvalidateEvent.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 ComputationModifier and TypeMethodDescriptionstatic 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 ComputationModifierConstructorDescriptionInvalidateEvent(Computation source) Creates a new event for computation.