Class StaticAutoComplete
- java.lang.Object
-
- org.jboss.hal.ballroom.autocomplete.AutoComplete
-
- org.jboss.hal.ballroom.autocomplete.StaticAutoComplete
-
- All Implemented Interfaces:
Attachable,SuggestHandler
public class StaticAutoComplete extends AutoComplete
-
-
Field Summary
-
Fields inherited from interface org.jboss.hal.ballroom.form.SuggestHandler
SHOW_ALL_VALUE
-
-
Constructor Summary
Constructors Constructor Description StaticAutoComplete(List<String> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdate(List<String> values)-
Methods inherited from class org.jboss.hal.ballroom.autocomplete.AutoComplete
attach, close, detach, setFormItem, showAll
-
-