| Package | Description | 
|---|---|
| com.google.gwt.touch.client | |
| com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| HasScrolling | TouchScroller. getTargetWidget()Get the target  HasScrollingwidget that this scroller affects. | 
| Modifier and Type | Method and Description | 
|---|---|
| static TouchScroller | TouchScroller. createIfSupported(HasScrolling widget)Return a new  TouchScrollerthat augments the specified scrollable
 widget if supported, and null otherwise. | 
| void | TouchScroller. setTargetWidget(HasScrolling widget)Set the target  HasScrollingwidget that this scroller affects. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomScrollPanelA custom version of the  ScrollPanelthat allows user provided
 scrollbars. | 
| class  | ScrollPanelA simple panel that wraps its contents in a scrollable area. |