Uses of Interface
com.vaadin.flow.component.ClickNotifier
Packages that use ClickNotifier
Package
Description
Server-side access to the browser's clipboard — both writing (copy) and
reading (paste).
Server-side access to the browser's Fullscreen API.
Server-side access to the browser's Web Share API, which opens the device's
native share sheet so the user can send a title, text, and/or URL to another
app.
-
Uses of ClickNotifier in com.vaadin.flow.component.clipboard
Methods in com.vaadin.flow.component.clipboard with type parameters of type ClickNotifierModifier and TypeMethodDescriptionstatic <T extends Component & ClickNotifier<?>>
ClipboardBindingClipboard.onClick(T component) Starts a clipboard action bound to clicks on the given component — the entry point for copy- and paste-to-clipboard buttons. -
Uses of ClickNotifier in com.vaadin.flow.component.fullscreen
Methods in com.vaadin.flow.component.fullscreen with type parameters of type ClickNotifierModifier and TypeMethodDescriptionstatic <T extends Component & ClickNotifier<?>>
FullscreenBindingFullscreen.onClick(T component) Starts a fullscreen request bound to clicks on the given component — the entry point for "Fullscreen" buttons.