Uses of Package
com.vaadin.flow.component.clipboard
Packages that use com.vaadin.flow.component.clipboard
Package
Description
Server-side access to the browser's clipboard ? both writing (copy) and
reading (paste).
Trigger API and its internal wiring.
-
Classes in com.vaadin.flow.component.clipboard used by com.vaadin.flow.component.clipboardClassDescriptionFluent surface returned from
Clipboard.onClick(T), used to declare what a click should write to or read from the clipboard.Multi-format payload forClipboardBinding.write(com.vaadin.flow.component.clipboard.ClipboardContent).Textual clipboard contents delivered toClipboardBinding.read(com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.clipboard.ClipboardPayload>, com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.trigger.internal.PromiseAction.Error>)'s payload handler.Fired by theonCompletestep of aPasteFileHandler.batch()once all expected files of a paste have been delivered to theonFilestep.Server-side representation of a browserpasteevent delivered to a listener registered withClipboard.onPaste.A single file delivered to aClipboard.onFilePaste(com.vaadin.flow.component.Component, com.vaadin.flow.server.streams.UploadHandler)listener throughPasteFileHandler.perFileor theonFilestep of abatch.Fluent builder for the batch paste handler.Configuration forClipboard.onPaste.Fired by theonStartstep of aPasteFileHandler.batch()once per paste, immediately before the paste's firstPasteFileis delivered. -
Classes in com.vaadin.flow.component.clipboard used by com.vaadin.flow.component.trigger.internalClassDescriptionTextual clipboard contents delivered to
ClipboardBinding.read(com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.clipboard.ClipboardPayload>, com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.trigger.internal.PromiseAction.Error>)'s payload handler.