Uses of Interface
com.google.gwt.event.dom.client.MouseWheelHandler
Packages that use 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
Classes in com.google.gwt.event.dom.client that implement MouseWheelHandlerModifier and TypeClassDescriptionclass
Receiver used to handle all mouse events at once.Methods in com.google.gwt.event.dom.client with type parameters of type MouseWheelHandlerModifier 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.Methods in com.google.gwt.event.dom.client that return types with arguments of type MouseWheelHandlerModifier and TypeMethodDescriptionfinal DomEvent.Type
<MouseWheelHandler> MouseWheelEvent.getAssociatedType()
static DomEvent.Type
<MouseWheelHandler> MouseWheelEvent.getType()
Gets the event type associated with mouse wheel events.Methods in com.google.gwt.event.dom.client with parameters of type MouseWheelHandlerModifier and TypeMethodDescriptionHasMouseWheelHandlers.addMouseWheelHandler
(MouseWheelHandler handler) Adds aMouseWheelEvent
handler.protected void
MouseWheelEvent.dispatch
(MouseWheelHandler handler) -
Uses of MouseWheelHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement MouseWheelHandlerMethods in com.google.gwt.user.client.ui with parameters of type MouseWheelHandlerModifier and TypeMethodDescriptionFocusPanel.addMouseWheelHandler
(MouseWheelHandler handler) FocusWidget.addMouseWheelHandler
(MouseWheelHandler handler) Image.addMouseWheelHandler
(MouseWheelHandler handler) Label.addMouseWheelHandler
(MouseWheelHandler handler) Tree.addMouseWheelHandler
(MouseWheelHandler handler)