I don't know if it is possible to disable the selection of an index value other than programmatically. You could write a small ChangeHandler for the ListBox and in the onChange method, check the selected index of the ListBox. If it's 0, then set it to some other value like 1. Just a thought.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
