public class AutoCompleteFieldValues extends Object
| Constructor and Description |
|---|
AutoCompleteFieldValues(String field)
Each instance of this object is tied to a specified field
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMatchingValues(String token,
int limit)
Retrieves list of values that match the user specified token up to the specified limit
|
public AutoCompleteFieldValues(String field)
field - user specified fieldpublic List<String> getMatchingValues(String token, int limit)
token - token to match values againstlimit - maximum number of matching values to returnCopyright © 2017. All rights reserved.