Package com.google.gwt.user.client.ui
Interface SuggestBox.SuggestionCallback
-
- Enclosing class:
- SuggestBox
public static interface SuggestBox.SuggestionCallbackThe callback used when a user selects aSuggestOracle.Suggestion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSuggestionSelected(SuggestOracle.Suggestion suggestion)
-
-
-
Method Detail
-
onSuggestionSelected
void onSuggestionSelected(SuggestOracle.Suggestion suggestion)
-
-