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

All Superinterfaces:
com.vaadin.flow.component.CompositionNotifier, Serializable
All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
All Known Implementing Classes:
VBigDecimalField, VEmailField, VIntegerField, VNumberField, VPasswordField, VTextArea, VTextField

public interface FluentCompositionNotifier<S extends com.vaadin.flow.component.CompositionNotifier> extends com.vaadin.flow.component.CompositionNotifier
  • Method Summary

    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 Details

    • 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)