Uses of Interface
com.vaadin.flow.component.ClickNotifier
Packages that use ClickNotifier
-
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) Registers the given component as a clickable trigger for a clipboard action — the common shape for copy-to-clipboard buttons.