Package org.apache.ofbiz.widget.model
Class ModelFormField.AutoComplete
java.lang.Object
org.apache.ofbiz.widget.model.ModelFormField.AutoComplete
- Enclosing class:
- ModelFormField
Models the <auto-complete> element.
- See Also:
-
widget-form.xsd
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets auto select.Gets choices.Gets frequency.Gets full search.Gets ignore case.Gets min chars.Gets partial chars.Gets partial search.
-
Constructor Details
-
AutoComplete
-
-
Method Details
-
getAutoSelect
Gets auto select.- Returns:
- the auto select
-
getChoices
Gets choices.- Returns:
- the choices
-
getFrequency
Gets frequency.- Returns:
- the frequency
-
getFullSearch
Gets full search.- Returns:
- the full search
-
getIgnoreCase
Gets ignore case.- Returns:
- the ignore case
-
getMinChars
Gets min chars.- Returns:
- the min chars
-
getPartialChars
Gets partial chars.- Returns:
- the partial chars
-
getPartialSearch
Gets partial search.- Returns:
- the partial search
-