public 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 © 2016 Vaadin Ltd. All rights reserved.