Uses of Class
com.vaadin.flow.component.trigger.AbstractTrigger
Packages that use AbstractTrigger
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 AbstractTrigger in com.vaadin.flow.component.trigger
Subclasses of AbstractTrigger in com.vaadin.flow.component.triggerModifier and TypeClassDescriptionclassFires 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. -
Uses of AbstractTrigger in com.vaadin.flow.component.trigger.internal
Methods in com.vaadin.flow.component.trigger.internal with parameters of type AbstractTriggerModifier and TypeMethodDescriptionvoidTriggerSupport.bind(AbstractTrigger trigger, Action[] actions) Adds a binding from a trigger to a sequence of actions.intTriggerSupport.registerTrigger(AbstractTrigger trigger) Registers a trigger with this support, assigning it an id.voidTriggerSupport.removeTrigger(AbstractTrigger trigger) Removes a trigger and all bindings created from it.