Class MultiSelectListImpl<V>

All Implemented Interfaces:
AttachNotifier, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasValueSource<Collection<V>>, Field<Collection<V>>, HasContextHelp, HasDebugId, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasOptionCaptionProvider<V>, HasValidator<Collection<V>>, HasValue<Collection<V>>, MultiSelectList<V>, OptionsField<Collection<V>,V>, Requirable, SelectList<Collection<V>,V>, Validatable, org.springframework.beans.factory.InitializingBean

public class MultiSelectListImpl<V> extends AbstractSelectList<Collection<V>,V,JmixMultiListSelect<V>> implements MultiSelectList<V>