Class AutoComplete
- java.lang.Object
-
- org.jboss.hal.ballroom.autocomplete.AutoComplete
-
- All Implemented Interfaces:
Attachable,SuggestHandler
- Direct Known Subclasses:
ReadChildrenAutoComplete,StaticAutoComplete,SuggestCapabilitiesAutoComplete
public class AutoComplete extends Object implements SuggestHandler, Attachable
Java wrapper for javascript-auto-complete
-
-
Field Summary
-
Fields inherited from interface org.jboss.hal.ballroom.form.SuggestHandler
SHOW_ALL_VALUE
-
-
Constructor Summary
Constructors Constructor Description AutoComplete()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattach()voidclose()voiddetach()voidsetFormItem(FormItem formItem)voidshowAll()
-
-
-
Method Detail
-
attach
public void attach()
- Specified by:
attachin interfaceAttachable
-
detach
public void detach()
- Specified by:
detachin interfaceAttachable
-
showAll
public void showAll()
- Specified by:
showAllin interfaceSuggestHandler
-
close
public void close()
- Specified by:
closein interfaceSuggestHandler
-
setFormItem
public void setFormItem(FormItem formItem)
- Specified by:
setFormItemin interfaceSuggestHandler
-
-