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