com.vaadin.event
Class FieldEvents.FocusEvent

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

public static class FieldEvents.FocusEvent
extends Component.Event

FocusEvent class for holding additional event information. Fired when a Field receives keyboard focus.

Since:
6.2
See Also:
Serialized Form

Field Summary
static java.lang.String EVENT_ID
          Identifier for event that can be used in EventRouter
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FieldEvents.FocusEvent(Component source)
           
 
Method Summary
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class com.vaadin.event.ConnectorEvent
getConnector
 
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 java.lang.String EVENT_ID
Identifier for event that can be used in EventRouter

See Also:
Constant Field Values
Constructor Detail

FieldEvents.FocusEvent

public FieldEvents.FocusEvent(Component source)


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