Uses of Class
com.vaadin.flow.component.clipboard.ClipboardCopy
Packages that use ClipboardCopy
-
Uses of ClipboardCopy in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard that return ClipboardCopyModifier and TypeMethodDescriptionstatic ClipboardCopyClipboard.copyImageOnClick(Component trigger, Component imageSource) Installs a click handler ontriggerthat copies the image referenced byimageSourceto the clipboard.static ClipboardCopyClipboard.copyImageOnClick(Component trigger, Component imageSource, @Nullable Command onSuccess, @Nullable Command onError) LikeClipboard.copyImageOnClick(Component, Component)but with server-side callbacks invoked when the browser reports success or failure of the clipboard write.static ClipboardCopyClipboard.copyOnClick(Component trigger, Component source) Installs a click handler ontriggerthat copies the current value ofsourceon each click.static ClipboardCopyClipboard.copyOnClick(Component trigger, Component source, @Nullable Command onSuccess, @Nullable Command onError) LikeClipboard.copyOnClick(Component, Component)but with server-side callbacks invoked when the browser reports success or failure of the clipboard write.static ClipboardCopyClipboard.copyOnClick(Component trigger, String text) Installs a client-side click handler ontriggerthat copiestextto the clipboard.static ClipboardCopyClipboard.copyOnClick(Component trigger, String text, @Nullable Command onSuccess, @Nullable Command onError) LikeClipboard.copyOnClick(Component, String)but with server-side callbacks invoked when the browser reports success or failure of the clipboard write.