Uses of Record Class
com.vaadin.flow.component.trigger.internal.ClipboardPayload
Packages that use ClipboardPayload
-
Uses of ClipboardPayload in com.vaadin.flow.component.trigger.internal
Constructor parameters in com.vaadin.flow.component.trigger.internal with type arguments of type ClipboardPayloadModifierConstructorDescriptionReadFromClipboardAction(SerializableConsumer<@Nullable ClipboardPayload> onPayload, SerializableConsumer<PromiseAction.Error> onError) Creates an action that reads the user's clipboard and delivers the contents toonPayload, or routes any failure toonError.