Uses of Class
com.vaadin.ui.AbstractSelect.MultiSelectMode

Packages that use AbstractSelect.MultiSelectMode
com.vaadin.ui   
 

Uses of AbstractSelect.MultiSelectMode in com.vaadin.ui
 

Methods in com.vaadin.ui that return AbstractSelect.MultiSelectMode
 AbstractSelect.MultiSelectMode Tree.getMultiselectMode()
          Returns the mode the multiselect is in.
 AbstractSelect.MultiSelectMode Table.getMultiSelectMode()
          Returns the select mode in which multi-select is used.
static AbstractSelect.MultiSelectMode AbstractSelect.MultiSelectMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractSelect.MultiSelectMode[] AbstractSelect.MultiSelectMode.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 AbstractSelect.MultiSelectMode
 void Tree.setMultiselectMode(AbstractSelect.MultiSelectMode mode)
          Sets the behavior of the multiselect mode
 void Table.setMultiSelectMode(AbstractSelect.MultiSelectMode mode)
          Sets the behavior of how the multi-select mode should behave when the table is both selectable and in multi-select mode.
 



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