Uses of Class
com.vaadin.flow.component.clipboard.PasteEvent
Packages that use PasteEvent
-
Uses of PasteEvent in com.vaadin.flow.component.clipboard
Method parameters in com.vaadin.flow.component.clipboard with type arguments of type PasteEventModifier and TypeMethodDescriptionstatic RegistrationClipboard.onPaste(Component component, PasteOptions options, SerializableConsumer<PasteEvent> listener) Registers a listener for browserpasteevents on the given component with the givenPasteOptions.static RegistrationClipboard.onPaste(Component component, SerializableConsumer<PasteEvent> listener) Registers a listener for browserpasteevents on the given component.