Package com.vaadin.flow.component.clipboard
@NullMarked
package com.vaadin.flow.component.clipboard
-
ClassDescriptionEntry point for the browser clipboard API.Fluent surface returned from
Clipboard.onClick(T).Multi-format payload forClipboardBinding.write(com.vaadin.flow.component.clipboard.ClipboardContent).Fired by theonCompletestep of aPasteFileHandler.session()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.inMemoryor theonFilestep of asession.Factory for paste-awareUploadHandlers that group the parallel fetch uploads of a single paste gesture and surface the result to application code.Fluent builder for the session-style paste handler.Configuration forClipboard.onPaste.Fired by theonStartstep of aPasteFileHandler.session()once per paste, immediately before the paste's firstPasteFileis delivered.