> Call setAcceptableValues with the new list of acceptable values.
In addition, keep in mind that ValueListBox currently merges its current selected value to the list of acceptable values if its not already in this list. If you want to remove the selected value from the ValueListBox you first have to call setValue() with a value from your new list of acceptable values and then set the new list of acceptable values itself. If you do it the other way around the currently selected value will not disappear. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
