Uses of Interface
com.vaadin.flow.component.trigger.Output
Packages that use Output
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.
Internal wiring for the trigger API.
-
Uses of Output in com.vaadin.flow.component.trigger
Classes in com.vaadin.flow.component.trigger that implement OutputModifier and TypeClassDescriptionclassBase class forOutputimplementations.classJsOutput<T>Output backed by an arbitrary JavaScript expression — the escape hatch for cases not covered by a built-inAbstractOutput.classReads a JavaScript property from a target element at the moment a trigger fires.classSignalOutput<T>Output backed by a server-sideSignal.Methods in com.vaadin.flow.component.trigger that return OutputMethods in com.vaadin.flow.component.trigger that return types with arguments of type OutputConstructors in com.vaadin.flow.component.trigger with parameters of type Output -
Uses of Output in com.vaadin.flow.component.trigger.internal
Methods in com.vaadin.flow.component.trigger.internal with parameters of type OutputModifier and TypeMethodDescriptionintConfigContext.registerOutput(Output<?> output) Returns a stable id for the given output, registering it with the host's TriggerSupport if it hasn't been registered yet.intTriggerSupport.registerOutput(Output<?> output) Registers an output with this support, assigning it an id, deduping by identity.