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
Modifier and TypeMethodDescriptiondefault S
withInputListener
(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.InputEvent> listener) Methods inherited from interface com.vaadin.flow.component.InputNotifier
addInputListener
-
Method Details
-
withInputListener
default S withInputListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.InputEvent> listener)
-