Package org.vaadin.firitin.fluency.ui
Interface FluentInputNotifier<S extends com.vaadin.flow.component.InputNotifier>
-
- All Superinterfaces:
com.vaadin.flow.component.InputNotifier,Serializable
- All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
- All Known Implementing Classes:
VBigDecimalField,VEmailField,VIntegerField,VNumberField,VPasswordField,VTextArea,VTextField
public interface FluentInputNotifier<S extends com.vaadin.flow.component.InputNotifier> extends com.vaadin.flow.component.InputNotifier
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SwithInputListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.InputEvent> listener)
-
-
-
Method Detail
-
withInputListener
default S withInputListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.InputEvent> listener)
-
-