THIS - Self-referential generic THISpublic static interface FluentFieldEvents.FluentBlurNotifier<THIS extends FluentFieldEvents.FluentBlurNotifier<THIS>>
extends com.vaadin.event.FieldEvents.BlurNotifier
BlurNotifierBlurNotifier| Modifier and Type | Method and Description |
|---|---|
default THIS |
withBlurListener(com.vaadin.event.FieldEvents.BlurListener listener)
Adds a
BlurListener to the Component which gets fired
when a Field loses keyboard focus. |
default THIS withBlurListener(com.vaadin.event.FieldEvents.BlurListener listener)
BlurListener to the Component which gets fired
when a Field loses keyboard focus.listener - the blur listener to add, not nullBlurNotifier#addBlurListener(BlurListener)Copyright © 2017 Jean-Christophe Fortier. All rights reserved.