Uses of Interface
com.vaadin.signals.function.SignalUpdater
Packages that use SignalUpdater
-
Uses of SignalUpdater in com.vaadin.signals
Methods in com.vaadin.signals with parameters of type SignalUpdaterModifier and TypeMethodDescriptionReferenceSignal.update(SignalUpdater<T> updater) Updates the signal value based on the given callback.ValueSignal.update(SignalUpdater<T> updater) WritableSignal.update(SignalUpdater<T> updater) Updates the signal value based on the given callback.