Uses of Class
com.vaadin.shared.ui.grid.ScrollDestination
-
Packages that use ScrollDestination Package Description com.vaadin.shared.ui.grid -
-
Uses of ScrollDestination in com.vaadin.shared.ui.grid
Methods in com.vaadin.shared.ui.grid that return ScrollDestination Modifier and Type Method Description static ScrollDestinationScrollDestination. valueOf(String name)Returns the enum constant of this type with the specified name.static ScrollDestination[]ScrollDestination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.shared.ui.grid with parameters of type ScrollDestination Modifier and Type Method Description voidGridClientRpc. scrollToColumn(String columnId, ScrollDestination destination)Command client Grid to scroll to a specific column.voidGridClientRpc. scrollToRow(int row, ScrollDestination destination)Command client Grid to scroll to a specific data row and its (optional) details.
-