Package com.google.gwt.user.client.ui
Interface AbstractSuggestBoxNewEditor.SuggestionCallback
- Enclosing class:
- AbstractSuggestBoxNewEditor
public static interface AbstractSuggestBoxNewEditor.SuggestionCallback
The callback used when a user selects a
SuggestOracle.Suggestion.-
Method Summary
Modifier and TypeMethodDescriptionvoidonSuggestionSelected(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)
-
Method Details
-
onSuggestionSelected
void onSuggestionSelected(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)
-