Package com.vaadin.v7.ui
Class Grid.EditorEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.event.ConnectorEvent
-
- com.vaadin.ui.Component.Event
-
- com.vaadin.v7.ui.Grid.EditorEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Grid.EditorCloseEvent,Grid.EditorMoveEvent,Grid.EditorOpenEvent
- Enclosing class:
- Grid
@Deprecated public abstract static class Grid.EditorEvent extends Component.Event
Deprecated.Base class for editor related events.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEditorEvent(Grid source, Object itemID)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetItem()Deprecated.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
-
-