T - the type of the items in the Gridpublic class ClickSelectHandler<T> extends Object
| Constructor and Description |
|---|
ClickSelectHandler(Grid<T> grid)
Constructor for ClickSelectHandler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
removeHandler()
Clean up function for removing all now obsolete handlers.
|
void |
setDeselectAllowed(boolean deselectAllowed)
Sets whether clicking the currently selected row should deselect the row.
|
public void removeHandler()
public void setDeselectAllowed(boolean deselectAllowed)
deselectAllowed - true to allow deselecting the selected row;
otherwise falseCopyright © 2021 Vaadin Ltd. All rights reserved.