Package org.vaadin.firitin.fluency.ui
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 TypeMethodDescriptiondefault SwithCompositionEndListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionEndEvent> listener) default SwithCompositionStartListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.CompositionStartEvent> listener) default SwithCompositionUpdateListener(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)  
 -