Package org.jboss.hal.ballroom.form
Interface SuggestHandler
-
- All Known Implementing Classes:
AutoComplete,ReadChildrenAutoComplete,StaticAutoComplete,SuggestCapabilitiesAutoComplete
public interface SuggestHandlerAn interface to suggest values for form items.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSHOW_ALL_VALUEGiven this value the remote service should return all suggestions.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidsetFormItem(FormItem formItem)voidshowAll()
-
-
-
Field Detail
-
SHOW_ALL_VALUE
static final String SHOW_ALL_VALUE
Given this value the remote service should return all suggestions.- See Also:
- Constant Field Values
-
-
Method Detail
-
setFormItem
void setFormItem(FormItem formItem)
-
showAll
void showAll()
-
close
void close()
-
-