Uses of Class
com.vaadin.flow.component.trigger.AbstractAction
Packages that use AbstractAction
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 AbstractAction in com.vaadin.flow.component.trigger
Subclasses of AbstractAction in com.vaadin.flow.component.triggerModifier and TypeClassDescriptionclassCallstarget.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. -
Uses of AbstractAction in com.vaadin.flow.component.trigger.internal
Subclasses of AbstractAction in com.vaadin.flow.component.trigger.internalModifier and TypeClassDescriptionfinal classAction that runs a server-sideSerializableRunnablewhen its trigger fires.Methods in com.vaadin.flow.component.trigger.internal that return AbstractActionModifier and TypeMethodDescription@Nullable AbstractActionTriggerSupport.getAction(int id) Looks up an action by id.Methods in com.vaadin.flow.component.trigger.internal with parameters of type AbstractActionModifier and TypeMethodDescriptionintTriggerSupport.registerAction(AbstractAction action) Registers an action with this support, assigning it an id, deduping by identity.