Greetings,

I have the following snippet :

SimpleRadioButton r1 =
SimpleRadioButton.wrap(DOM.getElementById("radio1"));
r1.getValue(); // expected method does not exist.
DOM.getElementAttribute(r1.getElement(), "value") ; // This works
fine.

My question is : is this the intended way to use SimpleRadioButton ?
Why not r1.getValue() ?

-- 
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.

Reply via email to