C - Concrete configurator typepublic interface InputNotifierConfigurator<C extends InputNotifierConfigurator<C>>
InputNotifier type components.| Modifier and Type | Method and Description |
|---|---|
C |
withInputListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.InputEvent> listener)
Adds an input listener to this component.
|
C withInputListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.InputEvent> listener)
listener - the listener to add, not nullCopyright © 2019 The Holon Platform. All rights reserved.