Uses of Record Class
com.vaadin.flow.component.clipboard.PasteFile
Packages that use PasteFile
Package
Description
Server-side access to the browser's clipboard ? both writing (copy) and
reading (paste).
-
Uses of PasteFile in com.vaadin.flow.component.clipboard
Method parameters in com.vaadin.flow.component.clipboard with type arguments of type PasteFileModifier and TypeMethodDescriptionPasteFileHandler.BatchBuilder.onFile(SerializableConsumer<PasteFile> handler) Registers theonFilestep, fired once per accepted file with the file's bytes and metadata.static UploadHandlerPasteFileHandler.perFile(SerializableConsumer<PasteFile> consumer) Builds anUploadHandlerthat reads each upload fully into memory, packages it as aPasteFile, and delivers it to the supplied consumer on the UI thread.