Uses of Class
com.vaadin.shared.ui.grid.ScrollDestination

Packages that use ScrollDestination
com.vaadin.shared.ui.grid   
 

Uses of ScrollDestination in com.vaadin.shared.ui.grid
 

Methods in com.vaadin.shared.ui.grid that return ScrollDestination
static ScrollDestination ScrollDestination.valueOf(java.lang.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
 void GridClientRpc.scrollToRow(int row, ScrollDestination destination)
          Command client Grid to scroll to a specific data row.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.