Uses of Class
com.vaadin.client.widget.grid.AutoScroller.ScrollAxis
-
Packages that use AutoScroller.ScrollAxis Package Description com.vaadin.client.widget.grid -
-
Uses of AutoScroller.ScrollAxis in com.vaadin.client.widget.grid
Methods in com.vaadin.client.widget.grid that return AutoScroller.ScrollAxis Modifier and Type Method Description static AutoScroller.ScrollAxis
AutoScroller.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.client.widget.grid with parameters of type AutoScroller.ScrollAxis Modifier and Type Method Description void
AutoScroller. start(com.google.gwt.dom.client.NativeEvent startEvent, AutoScroller.ScrollAxis scrollAxis, AutoScroller.AutoScrollerCallback callback)
Starts the automatic scrolling detection.
-