Uses of Interface
com.google.gwt.user.client.ui.HasScrolling
-
Packages that use HasScrolling Package Description 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 Modifier and Type Method Description HasScrollingTouchScroller. getTargetWidget()Get the targetHasScrollingwidget that this scroller affects.Methods in com.google.gwt.touch.client with parameters of type HasScrolling Modifier and Type Method Description static TouchScrollerTouchScroller. createIfSupported(HasScrolling widget)Return a newTouchScrollerthat augments the specified scrollable widget if supported, and null otherwise.voidTouchScroller. setTargetWidget(HasScrolling widget)Set the targetHasScrollingwidget 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 Modifier and Type Class Description classCustomScrollPanelA custom version of theScrollPanelthat allows user provided scrollbars.classScrollPanelA simple panel that wraps its contents in a scrollable area.
-