public interface IMouseInOutWidget
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addAttachHandler(com.google.gwt.event.logical.shared.AttachEvent.Handler handler)
Adds an attach handler to the widget.
|
com.google.gwt.user.client.Element |
getElement() |
void |
onMouseIn()
Called when the mouse enters the widget.
|
void |
onMouseOut()
Called when the mouse leaves the widget.
|
com.google.gwt.user.client.Element getElement()
com.google.gwt.event.shared.HandlerRegistration addAttachHandler(com.google.gwt.event.logical.shared.AttachEvent.Handler handler)
handler - void onMouseIn()
void onMouseOut()
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.