public static interface AbstractGridMouseEventHandler.GridDoubleClickHandler extends AbstractGridMouseEventHandler
AbstractGridMouseEventHandler.GridClickHandler, AbstractGridMouseEventHandler.GridDoubleClickHandler| Modifier and Type | Method and Description |
|---|---|
void |
onDoubleClick(GridDoubleClickEvent event)
Perform actions that should happen when the Grid is double-clicked.
|
void onDoubleClick(GridDoubleClickEvent event)
event - the double-click eventCopyright © 2023 Vaadin Ltd. All rights reserved.