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 ClipboardPayloadModifierConstructorDescriptionClipboardReadAction(SerializableConsumer<@Nullable ClipboardPayload> handler) Creates an action that reads the user's clipboard and delivers the contents tohandler.