com.vaadin.flow.component.listbox.

Class MultiSelectListBox<T>

Type Parameters:

T - the type of the items contained by this component

All Implemented Interfaces:

AttachNotifier, DetachNotifier, HasAriaLabel, HasComponents, HasElement, HasEnabled, HasSize, HasStyle, HasValue<AbstractField.ComponentValueChangeEvent<MultiSelectListBox<T>,Set<T>>,Set<T>>, HasValueAndElement<AbstractField.ComponentValueChangeEvent<MultiSelectListBox<T>,Set<T>>,Set<T>>, HasTooltip, HasItemComponents<T>, HasDataView<T,Void,ListBoxDataView<T>>, HasListDataView<T,ListBoxListDataView<T>>, MultiSelect<MultiSelectListBox<T>,T>, Serializable

public class MultiSelectListBox<T> extends ListBoxBase<MultiSelectListBox<T>,T,Set<T>> implements MultiSelect<MultiSelectListBox<T>,T>

Server-side component for the vaadin-list-box element with multi-selection.

Author:

Vaadin Ltd

See Also: