Uses of Class
com.google.gwt.user.client.ui.MouseWheelVelocity
-
Packages that use MouseWheelVelocity Package Description com.google.gwt.user.client.ui 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 MouseWheelVelocity Modifier and Type Method Description void
MouseWheelListenerCollection. fireMouseWheel(Widget sender, MouseWheelVelocity velocity)
Deprecated.Fires a mouse wheel event to all listeners.void
MouseWheelListener. onMouseWheel(Widget sender, MouseWheelVelocity velocity)
Deprecated.
-