Interface FluentClickNotifierWithoutTypedSource<S extends FluentClickNotifierWithoutTypedSource<S>>
- All Superinterfaces:
com.vaadin.flow.component.ClickNotifier
,Serializable
public interface FluentClickNotifierWithoutTypedSource<S extends FluentClickNotifierWithoutTypedSource<S>>
extends com.vaadin.flow.component.ClickNotifier
-
Method Summary
Modifier and TypeMethodDescriptiondefault S
withClickListener
(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<?>> listener) Methods inherited from interface com.vaadin.flow.component.ClickNotifier
addClickListener, addClickShortcut, addDoubleClickListener, addSingleClickListener
-
Method Details
-
withClickListener
default S withClickListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<?>> listener)
-