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

Packages that use Grid.SelectionMode
com.vaadin.ui   
 

Uses of Grid.SelectionMode in com.vaadin.ui
 

Methods in com.vaadin.ui 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 with parameters of type Grid.SelectionMode
 Grid.SelectionModel Grid.setSelectionMode(Grid.SelectionMode selectionMode)
          Sets the Grid's selection mode.
 



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