i need a autosuggest combobox for an ambiguous list of strings. but everey 
string has an unique id. this id is needed to know what the user has 
selected (send id back to server and do something with it).

how to implement this with the gwt's auto-suggest-comboBox "suggestionBox". 
Is there a way to get an List of id->name pairs (like with 
listBox.addItem(String 
name, String value)) into the suggestionBox? probably by overwriting 
suggestionOracle? (how to get the selected id of the selected name?)

or is this usecase better be implemented by another gwt widget?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/my7iKl3n2LEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to