Class SingleSelectListImpl<V>

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

public class SingleSelectListImpl<V> extends AbstractSelectList<V,V,JmixSingleListSelect<V>> implements SingleSelectList<V>