Uses of Interface
com.vaadin.client.flow.reactive.ReactiveValue
Packages that use ReactiveValue
-
Uses of ReactiveValue in com.vaadin.client.flow.nodefeature
Classes in com.vaadin.client.flow.nodefeature that implement ReactiveValueModifier and TypeClassDescriptionclassA property in a node map.classA state node feature that structures data as a list.classA state node feature that structures data as a map. -
Uses of ReactiveValue in com.vaadin.client.flow.reactive
Methods in com.vaadin.client.flow.reactive that return ReactiveValueModifier and TypeMethodDescriptionReactiveEventRouter.getReactiveValue()Gets the reactive value for which this router fires event.ReactiveValueChangeEvent.getSource()Gets the reactive value from which this event originates.Methods in com.vaadin.client.flow.reactive with parameters of type ReactiveValueModifier and TypeMethodDescriptionvoidComputation.addDependency(ReactiveValue dependency) Adds a dependency to a reactive value.Constructors in com.vaadin.client.flow.reactive with parameters of type ReactiveValueModifierConstructorDescriptionReactiveEventRouter(ReactiveValue reactiveValue) Creates a new event router for a reactive value.Creates a new event fired from a source.