Thanks but I look for the widget just like the title of the topic indicates:
"Retrieve original Widget object from bubbled event ?"


On Tue, Dec 7, 2010 at 12:37 PM, Gal Dolber <gal.dol...@gmail.com> wrote:

> Sorry, I read quickly.
>
> Here is one possible solution(using html instead of Widgets):
> <g:HTMLPanel>
> <input type="radio" name="group1" value="Milk"> Milk<br>
> <input type="radio" name="group1" value="Butter" checked> Butter<br>
> <input type="radio" name="group1" value="Cheese"> Cheese
> </g:HTMLPanel>
>
> Element e = event.getNativeEvent().getEventTarget().cast();
> String selectedValue = e.getAttribute("value");
>
> On Tue, Dec 7, 2010 at 8:07 AM, Ed <post2edb...@gmail.com> wrote:
>
>> Thanks Gal, but I don't think you understand my question. What don't
>> you understand?
>> Like explained above, the listener is attached to a HTMPPanel, as such
>> that the source in the event (event.getSrouce()) equals the HTMLPanel
>> and not the RadioButton
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Web Toolkit" group.
>> To post to this group, send email to google-web-tool...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-web-toolkit?hl=en.
>>
>>
>
>
> --
> Guit: Elegant, beautiful, modular and *production ready* gwt applications.
>
> http://code.google.com/p/guit/
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to