Uses of Record Class
com.vaadin.flow.component.clipboard.PasteOptions
Packages that use PasteOptions
-
Uses of PasteOptions in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard that return PasteOptionsModifier and TypeMethodDescriptionstatic PasteOptionsPasteOptions.defaults()Returns the default options: editable-target pastes are skipped.static PasteOptionsPasteOptions.includingInputFields()Methods in com.vaadin.flow.component.clipboard with parameters of type PasteOptionsModifier and TypeMethodDescriptionstatic RegistrationClipboard.onPaste(Component component, PasteOptions options, SerializableConsumer<PasteEvent> listener) Registers a listener for browserpasteevents on the given component with the givenPasteOptions.