Uses of Class
com.vaadin.ui.components.grid.Grid.SelectionMode

Packages that use Grid.SelectionMode
com.vaadin.ui.components.grid   
 

Uses of Grid.SelectionMode in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid that return Grid.SelectionMode
static Grid.SelectionMode Grid.SelectionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Grid.SelectionMode[] Grid.SelectionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.ui.components.grid with parameters of type Grid.SelectionMode
 SelectionModel Grid.setSelectionMode(Grid.SelectionMode selectionMode)
          Changes the Grid's selection mode.
 



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