T - Type of data associated with both the grid and the event.@FunctionalInterface public interface CellSelectionHandler<T>
CellSelectionEvents in ItemGrid.| Modifier and Type | Method and Description |
|---|---|
void |
cellSelectionChanged(CellSelectionEvent<T> event)
Triggered whenever a cell selection has been changed.
|
void cellSelectionChanged(CellSelectionEvent<T> event)
event - Information about the event.Copyright © 2024 Miki. All rights reserved.