public static interface FieldEvents.TextChangeListener extends ConnectorEventListener
FieldEvents.TextChangeEvent
s.Modifier and Type | Field and Description |
---|---|
static String |
EVENT_ID |
static Method |
EVENT_METHOD |
Modifier and Type | Method and Description |
---|---|
void |
textChange(FieldEvents.TextChangeEvent event)
This method is called repeatedly while the text is edited by a user.
|
static final String EVENT_ID
static final Method EVENT_METHOD
void textChange(FieldEvents.TextChangeEvent event)
event
- the event providing details of the text changeCopyright © 2021 Vaadin Ltd. All rights reserved.