Uses of Package
com.vaadin.flow.component.trigger.internal
Packages that use com.vaadin.flow.component.trigger.internal
Package
Description
Server-side access to the browser's clipboard ? both writing (copy) and
reading (paste).
Server-side access to the browser's Fullscreen API.
Trigger API and its internal wiring.
Server-side access to the browser's Web Share API, which opens the device's
native share sheet so the user can send a title, text, and/or URL to another
app.
-
Classes in com.vaadin.flow.component.trigger.internal used by com.vaadin.flow.component.clipboardClassDescriptionInformation delivered to the
onErrorconsumer after the promise rejects. -
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.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.Represents a 2D pixel size with a width and a height.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.