com.vaadin.client.ui.grid.selection
Interface SelectionChangeHandler<T>

Type Parameters:
T - The row data type
All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface SelectionChangeHandler<T>
extends com.google.gwt.event.shared.EventHandler

Handler for SelectionChangeEvents.

Since:
Author:
Vaadin Ltd

Method Summary
 void onSelectionChange(SelectionChangeEvent<T> event)
          Called when a selection model's selection state is changed.
 

Method Detail

onSelectionChange

void onSelectionChange(SelectionChangeEvent<T> event)
Called when a selection model's selection state is changed.

Parameters:
event - a selection change event, containing info about rows that have been added to or removed from the selection.


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.