public interface HasCellOutHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addCellOutHandler(CellOutHandler handler) Called when the mouse pointer leaves a cell |
com.google.gwt.event.shared.HandlerRegistration addCellOutHandler(CellOutHandler handler)
handler - the cellOut handlerHandlerRegistration used to remove this handler