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
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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)
-
-
-
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)
-
-