Uses of Class
com.vaadin.flow.component.clipboard.PasteFileHandler.SessionBuilder
Packages that use PasteFileHandler.SessionBuilder
-
Uses of PasteFileHandler.SessionBuilder in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard that return PasteFileHandler.SessionBuilderModifier and TypeMethodDescriptionPasteFileHandler.SessionBuilder.onComplete(SerializableConsumer<PasteComplete> handler) Registers theonCompletestep, fired once after the paste's declared file count has been delivered toonFile.PasteFileHandler.SessionBuilder.onFile(SerializableConsumer<PasteFile> handler) Registers theonFilestep, fired once per accepted file with the file's bytes and metadata.PasteFileHandler.SessionBuilder.onStart(SerializableConsumer<PasteStart> handler) Registers theonStartstep, fired once per paste before the paste's firstPasteFileis delivered.PasteFileHandler.session()Starts a session-style handler builder that emitsonStartonce per paste before any file,onFileper file, andonCompleteonce the paste's declared file count has been delivered.