Uses of Package
com.vaadin.flow.component.trigger.internal
Packages that use com.vaadin.flow.component.trigger.internal
Package
Description
Trigger API and its internal wiring.
-
Classes in com.vaadin.flow.component.trigger.internal used by com.vaadin.flow.component.fullscreenClassDescriptionInformation delivered to the
onErrorconsumer after the promise rejects. -
Classes in com.vaadin.flow.component.trigger.internal used by com.vaadin.flow.component.trigger.internalClassDescriptionSomething that runs on the client when a
Triggerfires.A value anActionconsumes at fire time.Forwards a value from the trigger's handler scope back to the server and hands it to aSerializableConsumeron the UI thread.Textual clipboard contents delivered toReadFromClipboardAction's handler.Fires when the host component receives a DOM event with the given name.Common super class for triggers that fire on a DOMMouseEvent—ClickTrigger,DoubleClickTrigger, and any future mouse-event trigger.Base class for actions that run a JS expression yielding a Promise and optionally report the outcome back to the server.Information delivered to theonErrorconsumer after the promise rejects.Something that fires on the client when some condition is met — a DOM event, a signal change, an observer firing, a timer elapsing, an idle timeout, aBroadcastChannelmessage, a media-query match, … — and, when it does, runs one or moreactions.