Uses of Class
com.google.gwt.user.client.ui.MouseWheelVelocity
Packages that use MouseWheelVelocity
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of MouseWheelVelocity in com.google.gwt.user.client.ui
Methods in com.google.gwt.user.client.ui with parameters of type MouseWheelVelocityModifier and TypeMethodDescriptionvoid
MouseWheelListenerCollection.fireMouseWheel
(Widget sender, MouseWheelVelocity velocity) Deprecated.Fires a mouse wheel event to all listeners.void
MouseWheelListener.onMouseWheel
(Widget sender, MouseWheelVelocity velocity) Deprecated.
MouseWheelHandler.onMouseWheel(com.google.gwt.event.dom.client.MouseWheelEvent)
instead