@Deprecated 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 |
|---|---|
void |
addFocusListener(FieldEvents.FocusListener listener)
Deprecated.
Adds a
FocusListener to the Component which gets fired
when a Field receives keyboard focus. |
void |
removeFocusListener(FieldEvents.FocusListener listener)
Deprecated.
Removes a
FocusListener from the Component. |
void addFocusListener(FieldEvents.FocusListener listener)
FocusListener to the Component which gets fired
when a Field receives keyboard focus.listener - FieldEvents.FocusListenervoid removeFocusListener(FieldEvents.FocusListener listener)
FocusListener from the Component.listener - FieldEvents.FocusListenerCopyright © 2019 Vaadin Ltd. All rights reserved.