Uses of Interface
com.google.gwt.event.dom.client.MouseWheelHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of MouseWheelHandler in com.google.gwt.event.dom.client
Modifier and TypeClassDescriptionclass
Receiver used to handle all mouse events at once.Modifier and TypeMethodDescriptionstatic <H extends MouseDownHandler & MouseUpHandler & MouseOutHandler & MouseOverHandler & MouseMoveHandler & MouseWheelHandler>
voidHandlesAllMouseEvents.handle
(HasAllMouseHandlers source, H reciever) Convenience method used to handle all mouse events from an event source.Modifier and TypeMethodDescriptionfinal DomEvent.Type
<MouseWheelHandler> MouseWheelEvent.getAssociatedType()
static DomEvent.Type
<MouseWheelHandler> MouseWheelEvent.getType()
Gets the event type associated with mouse wheel events.Modifier and TypeMethodDescriptionHasMouseWheelHandlers.addMouseWheelHandler
(MouseWheelHandler handler) Adds aMouseWheelEvent
handler.protected void
MouseWheelEvent.dispatch
(MouseWheelHandler handler) -
Uses of MouseWheelHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFocusPanel.addMouseWheelHandler
(MouseWheelHandler handler) FocusWidget.addMouseWheelHandler
(MouseWheelHandler handler) Image.addMouseWheelHandler
(MouseWheelHandler handler) Label.addMouseWheelHandler
(MouseWheelHandler handler) Tree.addMouseWheelHandler
(MouseWheelHandler handler)