com.vaadin.client.widget.grid.events
Interface SelectAllHandler<T>
- All Superinterfaces:
- com.google.gwt.event.shared.EventHandler
public interface SelectAllHandler<T>
- extends com.google.gwt.event.shared.EventHandler
Handler for a Grid select all event, called when the Grid needs all rows in
data source to be selected.
- Since:
- 7.4
- Author:
- Vaadin Ltd
onSelectAll
void onSelectAll(SelectAllEvent<T> event)
- Called when select all value in SelectionColumn header changes value.
- Parameters:
event - select all event telling that all rows should be selected
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.