Class ModelFormField.AutoComplete

java.lang.Object
org.apache.ofbiz.widget.model.ModelFormField.AutoComplete
Enclosing class:
ModelFormField

public static class ModelFormField.AutoComplete extends Object
Models the <auto-complete> element.
See Also:
  • widget-form.xsd
  • Constructor Details

    • AutoComplete

      public AutoComplete(Element element)
  • Method Details

    • getAutoSelect

      public String getAutoSelect()
      Gets auto select.
      Returns:
      the auto select
    • getChoices

      public String getChoices()
      Gets choices.
      Returns:
      the choices
    • getFrequency

      public String getFrequency()
      Gets frequency.
      Returns:
      the frequency
    • getFullSearch

      public String getFullSearch()
      Gets full search.
      Returns:
      the full search
    • getIgnoreCase

      public String getIgnoreCase()
      Gets ignore case.
      Returns:
      the ignore case
    • getMinChars

      public String getMinChars()
      Gets min chars.
      Returns:
      the min chars
    • getPartialChars

      public String getPartialChars()
      Gets partial chars.
      Returns:
      the partial chars
    • getPartialSearch

      public String getPartialSearch()
      Gets partial search.
      Returns:
      the partial search