showing all the elements from SuggestOracle in suggestionBox
hi,
I want to show all elements from the suggestoracle whenever
suggestionbox recieves a focus.
I did some search for it and i found something as follows :
Now i m able to recieve Response
this.getSuggestOracle().requestSuggestions(request, new Callback() {
@Override
public void onSuggestionsReady(Request request, Response response) {
// here I m getting complete list from suggestoracle
}
});
I am able to get list of suggestions in this response but i dnt knw
what should i do next...?
what should be done with this response how this will help me to
populate suggestions...?
Thank you.
--
Aditya
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home