@FunctionalInterface public static interface FieldEvents.FocusListener extends ConnectorEventListener
FocusListener
interface for listening for
FocusEvent
fired by a Field
.FieldEvents.FocusEvent
Modifier and Type | Field and Description |
---|---|
static Method |
focusMethod |
Modifier and Type | Method and Description |
---|---|
void |
focus(FieldEvents.FocusEvent event)
Component has been focused
|
static final Method focusMethod
void focus(FieldEvents.FocusEvent event)
event
- Component focus event.Copyright © 2017 Vaadin Ltd. All rights reserved.