T - the grid row typepublic interface GridEventHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Grid.GridEvent<T> event)
Attempts to handle the given grid event.
|
void onEvent(Grid.GridEvent<T> event)
event - the event that occurredCopyright © 2023 Vaadin Ltd. All rights reserved.