Uses of Interface
com.vaadin.client.flow.reactive.ReactiveValue
-
Packages that use ReactiveValue Package Description com.vaadin.client.flow.nodefeature com.vaadin.client.flow.reactive -
-
Uses of ReactiveValue in com.vaadin.client.flow.nodefeature
Classes in com.vaadin.client.flow.nodefeature that implement ReactiveValue Modifier and Type Class Description classMapPropertyA property in a node map.classNodeListA state node feature that structures data as a list.classNodeMapA 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 ReactiveValue Modifier and Type Method Description ReactiveValueReactiveEventRouter. getReactiveValue()Gets the reactive value for which this router fires event.ReactiveValueReactiveValueChangeEvent. getSource()Gets the reactive value from which this event originates.Methods in com.vaadin.client.flow.reactive with parameters of type ReactiveValue Modifier and Type Method Description voidComputation. addDependency(ReactiveValue dependency)Adds a dependency to a reactive value.Constructors in com.vaadin.client.flow.reactive with parameters of type ReactiveValue Constructor Description ReactiveEventRouter(ReactiveValue reactiveValue)Creates a new event router for a reactive value.ReactiveValueChangeEvent(ReactiveValue source)Creates a new event fired from a source.
-