Uses of Interface
com.vaadin.flow.component.trigger.Trigger
Packages that use Trigger
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 Trigger in com.vaadin.flow.component.trigger
Classes in com.vaadin.flow.component.trigger that implement TriggerModifier and TypeClassDescriptionclassBase class forTriggerimplementations.classFires when the host element receives aclickDOM event.classTrigger backed by an arbitrary JavaScript expression — the escape hatch for cases not covered by a built-inAbstractTrigger.classFires when the given key (with optional modifiers) is pressed while the host element is the active scope.Methods in com.vaadin.flow.component.trigger that return TriggerModifier and TypeMethodDescriptionfinal Triggerfinal TriggerAbstractTrigger.triggers(SerializableRunnable serverHandler) Wires the given actions to this trigger.Trigger.triggers(SerializableRunnable serverHandler) Wires a server-side callback to this trigger.