Class TagFieldImpl<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, HasEnterPressHandler, HasFormatter<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasInputPrompt, HasOptionStyleProvider<V>, HasValidator<Collection<V>>, HasValue<Collection<V>>, Requirable, SuggestionFieldComponent<Collection<V>,V>, SupportsUserAction<Collection<V>>, TagField<V>, Validatable, org.springframework.beans.factory.InitializingBean

public class TagFieldImpl<V> extends AbstractSuggestionField<Collection<V>,V,JmixTagField<V>> implements TagField<V>