Uses of Class
com.vaadin.client.ui.TouchScrollDelegate.TouchScrollHandler
-
Packages that use TouchScrollDelegate.TouchScrollHandler Package Description com.vaadin.client.ui -
-
Uses of TouchScrollDelegate.TouchScrollHandler in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return TouchScrollDelegate.TouchScrollHandler Modifier and Type Method Description static TouchScrollDelegate.TouchScrollHandler
TouchScrollDelegate. enableTouchScrolling(com.google.gwt.user.client.ui.Widget widget, com.google.gwt.dom.client.Element... scrollables)
Makes the given elements scrollable, either natively or by using a TouchScrollDelegate, depending on platform capabilities.
-