public static interface SuggestionField.EnterActionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onEnterKeyPressed(java.lang.String currentSearchString)
Called by component if user entered a search string and pressed ENTER key without selection of a suggestion.
|