Uses of Record Class
com.vaadin.flow.component.clipboard.PasteFile
Packages that use PasteFile
-
Uses of PasteFile in com.vaadin.flow.component.clipboard
Method parameters in com.vaadin.flow.component.clipboard with type arguments of type PasteFileModifier and TypeMethodDescriptionstatic UploadHandlerPasteFileHandler.inMemory(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.PasteFileHandler.SessionBuilder.onFile(SerializableConsumer<PasteFile> handler) Registers theonFilestep, fired once per accepted file with the file's bytes and metadata.