We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
Direct Known Subclasses:
Grid.EditorCloseEvent
,Grid.EditorMoveEvent
,Grid.EditorOpenEvent
Enclosing class:
public abstract static class Grid.EditorEvent extends Component.Event
Base class for editor related events
See Also:
-
-
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 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
-
-