GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.MouseWheelVelocity

Packages that use MouseWheelVelocity
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
 void MouseWheelListenerCollection.fireMouseWheel(Widget sender, MouseWheelVelocity velocity)
          Deprecated. Fires a mouse wheel event to all listeners.
 void MouseWheelListener.onMouseWheel(Widget sender, MouseWheelVelocity velocity)
          Deprecated. use MouseWheelHandler.onMouseWheel(com.google.gwt.event.dom.client.MouseWheelEvent) instead
 


GWT 2.7.0