Interface IAutocompleteListProvider
public interface IAutocompleteListProvider
Provide the
AutocompletionResult
.-
Method Summary
Modifier and TypeMethodDescriptiongetAutocompleteList
(String token) Return matching results from a token.
-
Method Details
-
getAutocompleteList
Return matching results from a token. UseAutocompletionResult.filterStartsWith(String, java.util.List)
if you already manages an inner list
-