Package com.vaadin.flow.component.clipboard
@NullMarked
package com.vaadin.flow.component.clipboard
-
ClassDescriptionBrowser clipboard API for Flow applications.Whether the browser exposes the asynchronous Clipboard API in the current page context.Handle for a client-side click-to-copy registration created by
Clipboard.copyOnClick(Component, String)(and overloads).Payload delivered to listeners registered viaClipboard.addPasteListener(com.vaadin.flow.component.Component, com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.clipboard.ClipboardEvent>),Clipboard.addCopyListener(com.vaadin.flow.component.Component, com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.clipboard.ClipboardEvent>)orClipboard.addCutListener(com.vaadin.flow.component.Component, com.vaadin.flow.function.SerializableConsumer<com.vaadin.flow.component.clipboard.ClipboardEvent>).A file or image delivered by the browser as part of a paste event.Metadata about a file attached to a paste event — name, MIME type, and size — without the file content.Fired when uploading a single pasted file fails on the client — for example because the network drops, the server returns a non-2xx status, or the upload handler rejects the file.Fired by the server-side paste pipeline before any pasted file is uploaded.