Uses of Interface
com.vaadin.flow.component.trigger.Action
Packages that use Action
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 Action in com.vaadin.flow.component.trigger
Classes in com.vaadin.flow.component.trigger that implement ActionModifier and TypeClassDescriptionclassBase class forActionimplementations.classCallstarget.click()on a target element, dispatching a synthetic click event.classCopies a value to the user's clipboard vianavigator.clipboard.writeText.classAction backed by an arbitrary JavaScript expression — the escape hatch for cases not covered by a built-inAbstractAction.classSets a target element's enabled state.Methods in com.vaadin.flow.component.trigger with parameters of type Action -
Uses of Action in com.vaadin.flow.component.trigger.internal
Classes in com.vaadin.flow.component.trigger.internal that implement ActionModifier and TypeClassDescriptionfinal classAction that runs a server-sideSerializableRunnablewhen its trigger fires.Methods in com.vaadin.flow.component.trigger.internal with parameters of type ActionModifier and TypeMethodDescriptionvoidTriggerSupport.bind(AbstractTrigger trigger, Action[] actions) Adds a binding from a trigger to a sequence of actions.