Package org.vaadin.firitin.fluency.ui
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
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithClickListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<?>> listener)
-
-
-
Method Detail
-
withClickListener
default S withClickListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<?>> listener)
-
-