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

public class SuggestionFieldImpl<V> extends AbstractSuggestionField<V,V,JmixSuggestionField<V>> implements SuggestionField<V>
  • Constructor Details

    • SuggestionFieldImpl

      public SuggestionFieldImpl()
  • Method Details