Uses of Interface
com.vaadin.ui.MultiSelect
-
Packages that use MultiSelect Package Description com.vaadin.event.selection com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of MultiSelect in com.vaadin.event.selection
Methods in com.vaadin.event.selection that return MultiSelect Modifier and Type Method Description MultiSelect<T>MultiSelectionEvent. getSource()The multiselect on which the Event initially occurred.Constructors in com.vaadin.event.selection with parameters of type MultiSelect Constructor Description MultiSelectionEvent(Component component, MultiSelect<T> source, Set<T> oldSelection, boolean userOriginated)Creates a new selection change event in a multiselect component. -
Uses of MultiSelect in com.vaadin.ui
Classes in com.vaadin.ui that implement MultiSelect Modifier and Type Class Description classAbstractMultiSelect<T>Base class for listing components that allow selecting multiple items.classCheckBoxGroup<T>A group of Checkboxes.classListSelect<T>This is a simple list select without, for instance, support for new items, lazyloading, and other advanced features.classTwinColSelect<T>Multiselect component with two lists: left side for available items and right side for selected items.Methods in com.vaadin.ui that return MultiSelect Modifier and Type Method Description MultiSelect<T>Tree. asMultiSelect()Use this tree as a multi select inBinder. -
Uses of MultiSelect in com.vaadin.ui.components.grid
Classes in com.vaadin.ui.components.grid that implement MultiSelect Modifier and Type Class Description classGridMultiSelect<T>Wrapper class to wrap Grid into a MultiSelect.Methods in com.vaadin.ui.components.grid that return MultiSelect Modifier and Type Method Description MultiSelect<T>MultiSelectionModel. asMultiSelect()Gets a wrapper to use this multiselection model as a multiselect inBinder.MultiSelect<T>MultiSelectionModelImpl. asMultiSelect()Gets a wrapper for using this grid as a multiselect in a binder.
-