public interface HasMouseOverHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addMouseOverHandler(MouseOverHandler handler)
Executed when mouse enters this widget.
|
com.google.gwt.event.shared.HandlerRegistration addMouseOverHandler(MouseOverHandler handler)
handler
- the mouseOver handlerHandlerRegistration
used to remove this handler