Interface FluentFocusNotifier<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.FocusNotifier

        com.vaadin.flow.component.FocusNotifier.FocusEvent<C extends com.vaadin.flow.component.Component>
    • Method Summary

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

        addFocusListener
    • Method Detail

      • withFocusListener

        default S withFocusListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.FocusNotifier.FocusEvent<T>> listener)