GWT 2.7.0

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

Packages that use HasScrollHandlers
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

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

Subinterfaces of HasScrollHandlers in com.google.gwt.user.client.ui
 interface HasScrolling
          Implemented by widgets that support scrolling.
 interface HorizontalScrollbar
          Describes a horizontal scrollbar.
 interface VerticalScrollbar
          Describes a vertical scrollbar.
 

Classes in com.google.gwt.user.client.ui that implement HasScrollHandlers
 class AbstractNativeScrollbar
          Abstract parent class for scrollbars implemented using the native browser scrollbars.
 class CustomScrollPanel
          A custom version of the ScrollPanel that allows user provided scrollbars.
 class NativeHorizontalScrollbar
          A horizontal scrollbar implemented using the browsers native scrollbar.
 class NativeVerticalScrollbar
          A vertical scrollbar implemented using the browsers native scrollbar.
 class ScrollPanel
          A simple panel that wraps its contents in a scrollable area.
 

Methods in com.google.gwt.user.client.ui with parameters of type HasScrollHandlers
static ListenerWrapper.WrappedScrollListener ListenerWrapper.WrappedScrollListener.add(HasScrollHandlers source, ScrollListener listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
 


GWT 2.7.0