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