Uses of Class
com.vaadin.flow.component.page.ClipboardCopy
Packages that use ClipboardCopy
-
Uses of ClipboardCopy in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return ClipboardCopyModifier and TypeMethodDescriptionstatic ClipboardCopyClipboard.copyImageOnClick(Component trigger, Component imageSource) Sets up a client-side click handler on the trigger component that copies the image from the given image component to the clipboard.static ClipboardCopyClipboard.copyOnClick(Component trigger, Component source) Sets up a client-side click handler on the trigger component that copies the current value of the source component to the clipboard.static ClipboardCopyClipboard.copyOnClick(Component trigger, String text) Sets up a client-side click handler on the trigger component that copies the given text to the clipboard when clicked.static ClipboardCopyClipboard.copyOnClick(Component trigger, String text, Command onSuccess, Command onError) Sets up a client-side click handler on the trigger component that copies the given text to the clipboard, with success and error callbacks.