Uses of Interface
com.google.gwt.user.client.ui.HasScrolling
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of HasScrolling in com.google.gwt.touch.client
Modifier and TypeMethodDescriptionTouchScroller.getTargetWidget()
Get the targetHasScrolling
widget that this scroller affects.Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeClassDescriptionclass
A custom version of theScrollPanel
that allows user provided scrollbars.class
A simple panel that wraps its contents in a scrollable area.