Uses of Interface
com.vaadin.flow.component.ClickNotifier
Packages that use ClickNotifier
Package
Description
-
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.