Uses of Class
com.vaadin.ui.AbstractMultiSelect
-
Packages that use AbstractMultiSelect Package Description com.vaadin.event.selection com.vaadin.ui -
-
Uses of AbstractMultiSelect in com.vaadin.event.selection
Constructors in com.vaadin.event.selection with parameters of type AbstractMultiSelect Constructor Description MultiSelectionEvent(AbstractMultiSelect<T> source, Set<T> oldSelection, boolean userOriginated)
Creates a new event. -
Uses of AbstractMultiSelect in com.vaadin.ui
Subclasses of AbstractMultiSelect in com.vaadin.ui Modifier and Type Class Description class
CheckBoxGroup<T>
A group of Checkboxes.class
ListSelect<T>
This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.class
TwinColSelect<T>
Multiselect component with two lists: left side for available items and right side for selected items.
-