public static interface FieldEvents.FocusNotifier extends Serializable
FocusEvent listeners.
By implementing this interface a class explicitly announces that it will
generate a FocusEvent when it receives keyboard focus.FieldEvents.FocusListener,
FieldEvents.FocusEvent| Modifier and Type | Method and Description |
|---|---|
Registration |
addFocusListener(FieldEvents.FocusListener listener)
Adds a
FocusListener to the Component which gets fired
when a Field receives keyboard focus. |
Registration addFocusListener(FieldEvents.FocusListener listener)
FocusListener to the Component which gets fired
when a Field receives keyboard focus.listener - the focus listener to add, not nullFieldEvents.FocusListener,
RegistrationCopyright © 2021 Vaadin Ltd. All rights reserved.