Uses of Class
com.vaadin.shared.ui.MultiSelectMode
-
Packages that use MultiSelectMode Package Description com.vaadin.client.ui com.vaadin.shared.ui com.vaadin.ui -
-
Uses of MultiSelectMode in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as MultiSelectMode Modifier and Type Field Description static MultiSelectMode
VTree. MULTISELECT_MODE_DEFAULT
Deprecated.As of 7.0, useDEFAULT
instead.static MultiSelectMode
VTree. MULTISELECT_MODE_SIMPLE
Deprecated.As of 7.0, useSIMPLE
instead.MultiSelectMode
VTree. multiSelectMode
For internal use only. -
Uses of MultiSelectMode in com.vaadin.shared.ui
Methods in com.vaadin.shared.ui that return MultiSelectMode Modifier and Type Method Description static MultiSelectMode
MultiSelectMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultiSelectMode[]
MultiSelectMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MultiSelectMode in com.vaadin.ui
Methods in com.vaadin.ui that return MultiSelectMode Modifier and Type Method Description MultiSelectMode
Tree. getMultiselectMode()
Returns the mode the multiselect is in.MultiSelectMode
Table. getMultiSelectMode()
Returns the select mode in which multi-select is used.Methods in com.vaadin.ui with parameters of type MultiSelectMode Modifier and Type Method Description void
Tree. setMultiselectMode(MultiSelectMode mode)
Sets the behavior of the multiselect modevoid
Table. setMultiSelectMode(MultiSelectMode mode)
Sets the behavior of how the multi-select mode should behave when the table is both selectable and in multi-select mode.
-