com.vaadin.event
Class FieldEvents.BlurEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.ui.Component.Event
          extended by com.vaadin.event.FieldEvents.BlurEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
FieldEvents

public static class FieldEvents.BlurEvent
extends Component.Event

BlurEvent class for holding additional event information. Fired when a Field loses keyboard focus.

Since:
6.2
See Also:
Serialized Form

Field Summary
static String EVENT_ID
          Identifier for event that can be used in EventRouter
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FieldEvents.BlurEvent(Component source)
           
 
Method Summary
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EVENT_ID

public static final String EVENT_ID
Identifier for event that can be used in EventRouter

See Also:
Constant Field Values
Constructor Detail

FieldEvents.BlurEvent

public FieldEvents.BlurEvent(Component source)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.