Interface MultiSelectList<V>

Type Parameters:
V - value and options type
All Superinterfaces:
Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<Collection<V>>, HasContextHelp, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasOptionCaptionProvider<V>, HasValidator<Collection<V>>, HasValue<Collection<V>>, HasValueSource<Collection<V>>, OptionsField<Collection<V>,V>, Requirable, SelectList<Collection<V>,V>, Validatable
All Known Implementing Classes:
MultiSelectListImpl

@StudioComponent(caption="MultiSelectList", category="Components", xmlElement="multiSelectList", icon="io/jmix/ui/icon/component/multiSelectList.svg", canvasBehaviour=SELECT_LIST, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/multi-select-list.html") public interface MultiSelectList<V> extends SelectList<Collection<V>,V>
List select component. Allows to select multiple values.