I want to test the following code to get a better understanding of how to add 
an array to a widget. In loking at code i can see how to add a list item. But 
to add days to a list or cobmo widget do you need to go through the list one at 
a time with a for or while method or is there somthing like 
listboxDays.listsource = days? Gwt is really a great technologhy but there is a 
big curve coming from a  .net and ms access world. My problem is i know how to 
mine the data but displaying is another story

private static final List<String> DAYS = Arrays.asList("Sunday", "Monday", 
"Tuesday", "Wednesday", "Thursday", "Friday", "Saturday");

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to