public interface HasCellMouseDownHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addCellMouseDownHandler(CellMouseDownHandler handler) Called when a cell receives a mousedown event. |
com.google.gwt.event.shared.HandlerRegistration addCellMouseDownHandler(CellMouseDownHandler handler)
handler - the cellMouseDown handlerHandlerRegistration used to remove this handler