Class AbstractSuggestionFieldLoader<T extends SuggestionFieldComponent>

All Implemented Interfaces:
ComponentLoader<T>
Direct Known Subclasses:
EntitySuggestionFieldLoader, SuggestionFieldLoader, TagFieldLoader

public abstract class AbstractSuggestionFieldLoader<T extends SuggestionFieldComponent> extends AbstractFieldLoader<T>
  • Constructor Details

    • AbstractSuggestionFieldLoader

      public AbstractSuggestionFieldLoader()
  • Method Details

    • loadQuery

      protected void loadQuery(T suggestionField, org.dom4j.Element element)
    • applySearchFormat

      protected String applySearchFormat(String searchString, String format)
    • loadFetchPlan

      protected String loadFetchPlan(org.dom4j.Element queryElement)
    • loadPopupWidth

      protected void loadPopupWidth(T suggestionField, org.dom4j.Element element)
    • loadAsyncSearchDelayMs

      protected void loadAsyncSearchDelayMs(T suggestionField, org.dom4j.Element element)
    • loadMinSearchStringLength

      protected void loadMinSearchStringLength(T suggestionField, org.dom4j.Element element)
    • loadSuggestionsLimit

      protected void loadSuggestionsLimit(T suggestionField, org.dom4j.Element element)
    • loadCaptionProperty

      protected void loadCaptionProperty(T suggestionField, org.dom4j.Element element)