Class GridContextMenu.GridContextMenuItemClickEvent<T>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<GridMenuItem<T>>
-
- com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent<T>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GridContextMenu<T>
public static class GridContextMenu.GridContextMenuItemClickEvent<T> extends ComponentEvent<GridMenuItem<T>>
Event that is fired when aGridMenuItemis clicked inside aGridContextMenu.- Author:
- Vaadin Ltd.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Grid<T>getGrid()Gets the Grid that the context menu is connected to.Optional<T>getItem()Gets the item in the Grid that was the target of the context-click, or an emptyOptionalif the context-click didn't target any item in the Grid (eg.-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-