Uses of Record Class
com.vaadin.flow.component.clipboard.ClipboardFileInfo
Packages that use ClipboardFileInfo
-
Uses of ClipboardFileInfo in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard that return ClipboardFileInfoModifier and TypeMethodDescriptionClipboardPasteFailedEvent.file()Returns the value of thefilerecord component.Methods in com.vaadin.flow.component.clipboard that return types with arguments of type ClipboardFileInfoModifier and TypeMethodDescriptionClipboardPasteStartEvent.getFiles()Returns metadata for each pasted file in the order the browser reported them.Constructors in com.vaadin.flow.component.clipboard with parameters of type ClipboardFileInfoModifierConstructorDescriptionClipboardPasteFailedEvent(ClipboardFileInfo file, String reason) Creates an instance of aClipboardPasteFailedEventrecord class.