public static class GridContextMenu.GridContextMenuItemClickEvent<T> extends ComponentEvent<GridMenuItem<T>>
GridMenuItem
is clicked inside a
GridContextMenu
.source
Modifier and Type | Method and 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 empty
Optional if the context-click didn't target any
item in the Grid (eg. |
getSource, isFromClient, unregisterListener
toString
Copyright © 2025. All rights reserved.