Can add the same ValueChangedHandler on all of them, this will tell you when one of them gets checked.
On Apr 12, 7:30 am, crojay78 <[email protected]> wrote: > Hi, > > I have a problem with radiobuttons, maybe I do not understand > everything correctly because I don't see a solution. > > I have three rows of Radiobuttons (each row 2 radiobutton), each row > is a group. Now I need to fire an event when something in these lines > has changed. For example when in row 2 the value changed from enabled > to disabled. > > I am using the MVP approach, and now I dont know how I can trigger > this in my presenter. I tried to add an HasBlurMethod in my Display, > but then I do not know how to solve this in the view. Because there > are two radiobuttons on each group, which one them should I use in the > HasBlurMethod... > > Thanks -- 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.
