GWT 2.7.0

Uses of Interface
com.google.gwt.event.dom.client.ScrollHandler

Packages that use ScrollHandler
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 ScrollHandler in com.google.gwt.event.dom.client
 

Methods in com.google.gwt.event.dom.client that return types with arguments of type ScrollHandler
 DomEvent.Type<ScrollHandler> ScrollEvent.getAssociatedType()
           
static DomEvent.Type<ScrollHandler> ScrollEvent.getType()
          Gets the event type associated with scroll events.
 

Methods in com.google.gwt.event.dom.client with parameters of type ScrollHandler
 HandlerRegistration HasScrollHandlers.addScrollHandler(ScrollHandler handler)
          Adds a ScrollEvent handler.
protected  void ScrollEvent.dispatch(ScrollHandler handler)
           
 

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

Classes in com.google.gwt.user.client.ui that implement ScrollHandler
static class ListenerWrapper.WrappedScrollListener
          Deprecated. Wrapper for a ScrollListener.
 

Methods in com.google.gwt.user.client.ui with parameters of type ScrollHandler
 HandlerRegistration ScrollPanel.addScrollHandler(ScrollHandler handler)
           
 HandlerRegistration AbstractNativeScrollbar.addScrollHandler(ScrollHandler handler)
           
 


GWT 2.7.0