public interface AutoCompletionChoicesProvider<O> extends Serializable
Modifier and Type | Method and Description |
---|---|
Iterator<O> |
getChoices(String input)
Callback method that should return an iterator over all possible choice objects.
|
Iterator<O> getChoices(String input)
input
- current inputCopyright © 2015. All rights reserved.