GWT 2.7.0

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

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

Uses of HasScrolling in com.google.gwt.touch.client
 

Methods in com.google.gwt.touch.client that return HasScrolling
 HasScrolling TouchScroller.getTargetWidget()
          Get the target HasScrolling widget that this scroller affects.
 

Methods in com.google.gwt.touch.client with parameters of type HasScrolling
static TouchScroller TouchScroller.createIfSupported(HasScrolling widget)
          Return a new TouchScroller that augments the specified scrollable widget if supported, and null otherwise.
 void TouchScroller.setTargetWidget(HasScrolling widget)
          Set the target HasScrolling widget that this scroller affects.
 

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

Classes in com.google.gwt.user.client.ui that implement HasScrolling
 class CustomScrollPanel
          A custom version of the ScrollPanel that allows user provided scrollbars.
 class ScrollPanel
          A simple panel that wraps its contents in a scrollable area.
 


GWT 2.7.0