Uses of Class
com.google.gwt.touch.client.TouchScroller
-
Packages that use TouchScroller Package Description com.google.gwt.touch.client -
-
Uses of TouchScroller in com.google.gwt.touch.client
Methods in com.google.gwt.touch.client that return TouchScroller Modifier and Type Method Description static TouchScroller
TouchScroller. createIfSupported()
Return a newTouchScroller
.static TouchScroller
TouchScroller. createIfSupported(HasScrolling widget)
Return a newTouchScroller
that augments the specified scrollable widget if supported, and null otherwise.
-