| Package | Description | 
|---|---|
| com.google.gwt.event.dom.client | Types related to DOM events. | 
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HandlesAllMouseEventsReceiver used to handle all mouse events at once. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <H extends MouseDownHandler & MouseUpHandler & MouseOutHandler & MouseOverHandler & MouseMoveHandler & MouseWheelHandler> | HandlesAllMouseEvents. handle(HasAllMouseHandlers source,
      H reciever)Convenience method used to handle all mouse events from an event source. | 
| Modifier and Type | Method and Description | 
|---|---|
| DomEvent.Type<MouseDownHandler> | MouseDownEvent. getAssociatedType() | 
| static DomEvent.Type<MouseDownHandler> | MouseDownEvent. getType()Gets the event type associated with mouse down events. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | HasMouseDownHandlers. addMouseDownHandler(MouseDownHandler handler)Adds a  MouseDownEventhandler. | 
| protected void | MouseDownEvent. dispatch(MouseDownHandler handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ListenerWrapper.WrappedMouseListenerDeprecated.  Wrapper for a  MouseListener. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | Tree. addMouseDownHandler(MouseDownHandler handler) | 
| HandlerRegistration | Label. addMouseDownHandler(MouseDownHandler handler) | 
| HandlerRegistration | Image. addMouseDownHandler(MouseDownHandler handler) | 
| HandlerRegistration | FocusWidget. addMouseDownHandler(MouseDownHandler handler) | 
| HandlerRegistration | FocusPanel. addMouseDownHandler(MouseDownHandler handler) |