We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.event.
Interface FieldEvents.BlurListener
All Superinterfaces:
Enclosing interface:
- extends ComponentEventListener
public static interface FieldEvents.BlurListener
BlurListener
interface for listening for
BlurEvent
fired by a Field
.
Since:
6.2
See Also:
Field Summary | |
---|---|
static Method |
blurMethod
|
Method Summary | |
---|---|
void |
blur(FieldEvents.BlurEvent event)
Component has been blurred |
Field Detail |
---|
blurMethod
static final Method blurMethod
Method Detail |
---|
blur
void blur(FieldEvents.BlurEvent event)
- Parameters:
event
- Component blur event.
Component has been blurred