GWT 2.7.0

Uses of Interface
com.google.gwt.user.client.ui.HasHorizontalScrolling

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

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

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

Classes in com.google.gwt.user.client.ui that implement HasHorizontalScrolling
 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 ScrollPanel
          A simple panel that wraps its contents in a scrollable area.
 


GWT 2.7.0