Thursday, November 13, 2014

Re: Radio button in celltable.

Hi ,

My code is looking like this,

  Column<ContactInfo, Boolean> checkColumn = new Column<ContactInfo, Boolean>(          new CheckboxCell(true, false)) {        @Override        public Boolean getValue(ContactInfo object) {          // Get the value from the selection model.          return selectionModel.isSelected(object);        }      };

here instead of checkbox, i want to use radio button.
I couldnt figure out how to do that :(

Some one please give a solution.
Code snippet will be very useful for me.

Thanks in advance.

Regards,
P.Nagarajan

On Thursday, 13 November 2014 13:48:50 UTC+5:30, Nagarajan P wrote:
Hi All,
 
I am new to GWT. I am using a checkbox cell with single selection model in celltable.
But i want to use radio button with single selection model in celltable.
Please do the needful.
 
Answers with code snippet would be very helpful.
 
Thanks in advance.
 
Regards,
P.Nagarajan
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment