gwt radio button ext
Posted
by msaif
on Stack Overflow
See other posts from Stack Overflow
or by msaif
Published on 2010-04-08T10:27:42Z
Indexed on
2010/04/08
10:33 UTC
Read the original article
Hit count: 498
i get html from designer. i have 2radio buttons there.
I like to get data of radio button from GWT. I need a reference of radioButton.
RadioButton rb = RadioButton.wrap(Dom.getElementById("abc")); but error.
how can i solve this
© Stack Overflow or respective owner