Package com.vaadin.ui
Class Grid.EditorEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.event.ConnectorEvent
-
- com.vaadin.ui.Component.Event
-
- com.vaadin.ui.Grid.EditorEvent
-
- All Implemented Interfaces:
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
Constructors Modifier Constructor Description protected
EditorEvent(Grid source, Object itemID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-