Uses of Package
com.vaadin.flow.component.trigger.internal
Packages that use com.vaadin.flow.component.trigger.internal
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.
-
Classes in com.vaadin.flow.component.trigger.internal used by com.vaadin.flow.component.triggerClassDescriptionContext passed into
buildClientConfigso trigger/action/output subclasses can reference other outputs and elements by stable id without needing direct access to the host'sTriggerSupport. -
Classes in com.vaadin.flow.component.trigger.internal used by com.vaadin.flow.component.trigger.internalClassDescriptionContext passed into
buildClientConfigso trigger/action/output subclasses can reference other outputs and elements by stable id without needing direct access to the host'sTriggerSupport.Per-element store of triggers, actions, outputs and bindings for the trigger API.