Class DefaultSelectionEventManager<T>

java.lang.Object
com.google.gwt.view.client.DefaultSelectionEventManager<T>
Type Parameters:
T - the data type of records in the list
All Implemented Interfaces:
EventHandler, CellPreviewEvent.Handler<T>

public class DefaultSelectionEventManager<T> extends Object implements CellPreviewEvent.Handler<T>
An implementation of CellPreviewEvent.Handler that adds selection support via the spacebar and mouse clicks and handles the control key.

If the HasData source of the selection event uses a MultiSelectionModel, this manager additionally provides support for shift key to select a range of values. For all other SelectionModels, only the control key is supported.