Uses of Class
com.vaadin.flow.component.trigger.SignalOutput
Packages that use SignalOutput
Package
Description
Server-side API for wiring client-side triggers (DOM events, shortcuts, …) to
client-side actions (clipboard copy, set property, run JS, …) reading values
from outputs, without a server round-trip when not needed.
-
Uses of SignalOutput in com.vaadin.flow.component.trigger
Methods in com.vaadin.flow.component.trigger that return SignalOutputModifier and TypeMethodDescriptionstatic <T> SignalOutput<T> SignalOutput.of(ValueSignal<T> signal, Class<T> valueType) Convenience for the common case: pair aValueSignalwith an output of the same value type.