Uses of Class
org.gwtbootstrap3.extras.typeahead.client.base.SuggestionCallback

Packages that use SuggestionCallback
org.gwtbootstrap3.extras.typeahead.client.base   
 

Uses of SuggestionCallback in org.gwtbootstrap3.extras.typeahead.client.base
 

Methods in org.gwtbootstrap3.extras.typeahead.client.base with parameters of type SuggestionCallback
abstract  void Dataset.findMatches(String query, SuggestionCallback<T> callback)
          Find all Suggestions matching a search query and pass them to the callback.
 void CollectionDataset.findMatches(String query, SuggestionCallback<T> callback)
           
 



Copyright © 2015. All rights reserved.