http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/SimpleCheckBox.html#isChecked() http://code.google.com/p/google-web-toolkit/issues/detail?id=4018
On May 20, 12:01 am, "[email protected]" <[email protected]> wrote: > 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 > athttp://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 [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.
