Interface FluentClickNotifier<T extends com.vaadin.flow.component.Component,​S extends FluentClickNotifier<T,​S>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withClickListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<T>> listener)  
      • Methods inherited from interface com.vaadin.flow.component.ClickNotifier

        addClickListener, addClickShortcut
    • Method Detail

      • withClickListener

        default S withClickListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<T>> listener)