Interface FluentCompositionNotifier<S extends com.vaadin.flow.component.CompositionNotifier>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withCompositionEndListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionEndEvent> listener)  
      default S withCompositionStartListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionStartEvent> listener)  
      default S withCompositionUpdateListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionUpdateEvent> listener)  
      • Methods inherited from interface com.vaadin.flow.component.CompositionNotifier

        addCompositionEndListener, addCompositionStartListener, addCompositionUpdateListener
    • Method Detail

      • withCompositionStartListener

        default S withCompositionStartListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionStartEvent> listener)
      • withCompositionUpdateListener

        default S withCompositionUpdateListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionUpdateEvent> listener)
      • withCompositionEndListener

        default S withCompositionEndListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionEndEvent> listener)