| 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<MouseWheelHandler> | MouseWheelEvent. getAssociatedType() | 
| static DomEvent.Type<MouseWheelHandler> | MouseWheelEvent. getType()Gets the event type associated with mouse wheel events. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | HasMouseWheelHandlers. addMouseWheelHandler(MouseWheelHandler handler)Adds a  MouseWheelEventhandler. | 
| protected void | MouseWheelEvent. dispatch(MouseWheelHandler handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ListenerWrapper.WrappedMouseWheelListenerDeprecated.  Wrapper for a  MouseWheelListener. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | Tree. addMouseWheelHandler(MouseWheelHandler handler) | 
| HandlerRegistration | Label. addMouseWheelHandler(MouseWheelHandler handler) | 
| HandlerRegistration | Image. addMouseWheelHandler(MouseWheelHandler handler) | 
| HandlerRegistration | FocusWidget. addMouseWheelHandler(MouseWheelHandler handler) | 
| HandlerRegistration | FocusPanel. addMouseWheelHandler(MouseWheelHandler handler) |