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 HasScrolling
TouchScroller. getTargetWidget()
Get the targetHasScrolling
widget that this scroller affects.Methods in com.google.gwt.touch.client with parameters of type HasScrolling Modifier and Type Method Description static TouchScroller
TouchScroller. createIfSupported(HasScrolling widget)
Return a newTouchScroller
that augments the specified scrollable widget if supported, and null otherwise.void
TouchScroller. setTargetWidget(HasScrolling widget)
Set the targetHasScrolling
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 Modifier and Type Class Description class
CustomScrollPanel
A custom version of theScrollPanel
that allows user provided scrollbars.class
ScrollPanel
A simple panel that wraps its contents in a scrollable area.
-