T - the type of the items in the Gridpublic interface SelectAllHandler<T>
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onSelectAll(SelectAllEvent<T> event)
Called when select all value in SelectionColumn header changes value.
|
void onSelectAll(SelectAllEvent<T> event)
event - select all event telling that all rows should be selectedCopyright © 2023 Vaadin Ltd. All rights reserved.