public static class GridContextMenu.GridContextMenuOpenedEvent<T> extends GeneratedVaadinContextMenu.OpenedChangeEvent<GridContextMenu<T>>
source| Constructor and Description | 
|---|
GridContextMenuOpenedEvent(GridContextMenu<T> source,
                          boolean fromClient)  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<String> | 
getColumnId()
Gets the column ID in the Grid that was the target of the
 context-click, or an empty  
Optional if the context-click
 didn't target any application column in the Grid (eg. | 
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. | 
isOpenedgetSource, isFromClient, unregisterListenertoStringpublic GridContextMenuOpenedEvent(GridContextMenu<T> source, boolean fromClient)
Copyright © 2020. All rights reserved.