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 Type
    Method
    Description
    void
    onSuggestionSelected(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)
     
  • Method Details

    • onSuggestionSelected

      void onSuggestionSelected(com.google.gwt.user.client.ui.SuggestOracle.Suggestion suggestion)