I have what it seems to be a really simple problem, but somehow it is not. SmartGwt has a way to make something easy and make it overly complicated!
I have a ComboBoxItem populated by LinkedHashMap. All I want to do is the ability to programmatically select a string / value to display. In a simple GWT, it will be something like:
listBox.setSelected (1)
I searched and searched, and I went up empty. Please, help!
source
share