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 Type
    Method
    Description
    default 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)