One way is build your own collection (ArrayList) and make accessible, with setter and getter ,just like in any java class.
On Jul 15, 8:07 am, Dennis Haupt <[email protected]> wrote: > hi community, > > i'm in a gwt module that is part of a bigger page, and i need to know which > checkboxes that are on this page are selected. i know what the names of > these boxes are, but i don't know how many there are. > > how can i a) get them all and b) find out which ones are checked from inside > my gwt entry point? -- 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.
