Package com.google.gwt.user.client.ui
Interface MouseListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
DialogBox,MouseListenerAdapter
Deprecated.
Event listener interface for mouse events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMouseDown(Widget sender, int x, int y) Deprecated.voidonMouseEnter(Widget sender) Deprecated.voidonMouseLeave(Widget sender) Deprecated.voidonMouseMove(Widget sender, int x, int y) Deprecated.voidDeprecated.
-
Method Details
-
onMouseDown
Deprecated.Fired when the user depresses the mouse button over a widget.- Parameters:
sender- the widget sending the eventx- the x coordinate of the mousey- the y coordinate of the mouse
-
onMouseEnter
Deprecated.Fired when the mouse enters a widget's area.- Parameters:
sender- the widget sending the event
-
onMouseLeave
Deprecated.Fired when the mouse leaves a widget's area.- Parameters:
sender- the widget sending the event
-
onMouseMove
Deprecated.Fired when the user moves the mouse over a widget.- Parameters:
sender- the widget sending the eventx- the x coordinate of the mousey- the y coordinate of the mouse
-
onMouseUp
Deprecated.Fired when the user releases the mouse button over a widget.- Parameters:
sender- the widget sending the eventx- the x coordinate of the mousey- the y coordinate of the mouse
-
MouseDownHandler,MouseUpHandler,MouseOverHandler,MouseMoveHandler, andMouseOutHandlerinstead