Package org.apache.ofbiz.widget.model
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 Summary
Constructors Constructor Description AutoComplete(Element element)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAutoSelect()
String
getChoices()
String
getFrequency()
String
getFullSearch()
String
getIgnoreCase()
String
getMinChars()
String
getPartialChars()
String
getPartialSearch()
-
-
-
Constructor Detail
-
AutoComplete
public AutoComplete(Element element)
-
-
Method Detail
-
getAutoSelect
public String getAutoSelect()
-
getChoices
public String getChoices()
-
getFrequency
public String getFrequency()
-
getFullSearch
public String getFullSearch()
-
getIgnoreCase
public String getIgnoreCase()
-
getMinChars
public String getMinChars()
-
getPartialChars
public String getPartialChars()
-
getPartialSearch
public String getPartialSearch()
-
-