com.vaadin.ui
Class Grid.EditorEvent

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.ui.Grid.EditorEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Grid.EditorCloseEvent, Grid.EditorMoveEvent, Grid.EditorOpenEvent
Enclosing class:
Grid

public abstract static class Grid.EditorEvent
extends Component.Event

Base class for editor related events

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
protected Grid.EditorEvent(Grid source, java.lang.Object itemID)
           
 
Method Summary
 java.lang.Object getItem()
          Get the item (row) for which this editor was opened
 
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
 

Constructor Detail

Grid.EditorEvent

protected Grid.EditorEvent(Grid source,
                           java.lang.Object itemID)
Method Detail

getItem

public java.lang.Object getItem()
Get the item (row) for which this editor was opened



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