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

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.BlurNotifier

        com.vaadin.flow.component.BlurNotifier.BlurEvent<C extends com.vaadin.flow.component.Component>
    • Method Summary

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

        addBlurListener
    • Method Detail

      • withBlurListener

        default S withBlurListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.BlurNotifier.BlurEvent<T>> listener)