GWT 2.7.0

Uses of Class
com.google.gwt.event.dom.client.MouseWheelEvent

Packages that use MouseWheelEvent
com.google.gwt.event.dom.client Types related to DOM events. 
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of MouseWheelEvent in com.google.gwt.event.dom.client
 

Methods in com.google.gwt.event.dom.client with parameters of type MouseWheelEvent
 void MouseWheelHandler.onMouseWheel(MouseWheelEvent event)
          Called when MouseWheelEvent is fired.
 

Uses of MouseWheelEvent in com.google.gwt.user.client.ui
 

Methods in com.google.gwt.user.client.ui with parameters of type MouseWheelEvent
 void ListenerWrapper.WrappedMouseWheelListener.onMouseWheel(MouseWheelEvent event)
           
 


GWT 2.7.0