Uses of Record Class
com.vaadin.flow.component.clipboard.ClipboardPasteFailedEvent
Packages that use ClipboardPasteFailedEvent
-
Uses of ClipboardPasteFailedEvent in com.vaadin.flow.component.clipboard
Method parameters in com.vaadin.flow.component.clipboard with type arguments of type ClipboardPasteFailedEventModifier and TypeMethodDescriptionstatic RegistrationClipboard.addPasteFailedListener(Component target, SerializableConsumer<ClipboardPasteFailedEvent> listener) Adds a listener that fires when uploading a single pasted file fails on the client.