I would like to find the index of the item inside the GWT Listbox by specifying a String value.
For example, if I had a GWT ListBox containing the following elements: "Randy", "Bob" and "Helen", the method I'm looking for for implementation will return 1 if I called it with the "Bob" parameter.
From what I see in the javadoc ListBox, this doesn't seem like a quick way to do this.
Any ideas?
Thanks in advance!
source share