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 S withClickListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<?>> 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<?>> listener)