public static interface SearchInput.IQuery<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onEnter(String value)
When a value is entered and ENTER is pressed in the input box this gets
called with the literal string entered.
|
void |
onSelect(T instance)
When a literal value in the result combo is selected this will be called
with that literal value.
|
List<T> |
queryFromString(String input,
int max)
This gets called when it is time to lookup something.
|
List<T> queryFromString(String input, int max) throws Exception
input - Exceptionvoid onSelect(T instance) throws Exception
instance - Exceptionvoid onEnter(String value) throws Exception
value - ExceptionCopyright © 2017 etc.to. All rights reserved.