Uses of Class
com.vaadin.v7.client.widget.grid.AutoScroller.ScrollAxis
-
Packages that use AutoScroller.ScrollAxis Package Description com.vaadin.v7.client.widget.grid -
-
Uses of AutoScroller.ScrollAxis in com.vaadin.v7.client.widget.grid
Methods in com.vaadin.v7.client.widget.grid that return AutoScroller.ScrollAxis Modifier and Type Method Description static AutoScroller.ScrollAxisAutoScroller.ScrollAxis. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScroller.ScrollAxis[]AutoScroller.ScrollAxis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.v7.client.widget.grid with parameters of type AutoScroller.ScrollAxis Modifier and Type Method Description voidAutoScroller. start(com.google.gwt.dom.client.NativeEvent startEvent, AutoScroller.ScrollAxis scrollAxis, AutoScroller.AutoScrollerCallback callback)Starts the automatic scrolling detection.
-