List of usage examples for com.google.gwt.event.logical.shared BeforeSelectionEvent subclass-usage
From source file com.sencha.gxt.widget.core.client.event.CellBeforeSelectionEvent.java
/** * Fires before a selection occurs. * * @param <T> the type about to be selected */ public class CellBeforeSelectionEvent<T> extends BeforeSelectionEvent<T> implements CancellableEvent {