Thursday, June 28, 2018

Re: RadioCell?

Hey,
I know this is VERY old post. But do you know the code for RadioGroupCell?

So what I want is a cell table which has a cell Column called "Active" and defined with one Radio button in that cell. Unlike checkboxes or custom cell of group of radio buttons within one cell, my requirement is the Radio buttons in all rows are part of one Group so one can select only one at a time. 

So here is what cell table would look like

Role          Active
------          --------
Admin        Radio Button (YES)
Role A        Radio Button (NO)
Role B        Radio Button (NO)

One can toggle to select only one Radio between roles. 

Any help or pointers would be much appreciated.







On Thursday, September 13, 2012 at 12:20:29 AM UTC-5, S. DG wrote:
I understand your point.
Even i had a similar view when i was asked to implement this. But again for Tables where we have not more 2-3 Radio choices i guess it is fine. But I am still not clear why GWT api have not implemented this yet. People have been looking for it for quite sometime now. I started GWT-ing just a week back.
Anyways I am able to create my own RadioGroupCell now after reading through this and many other blogs and breaking my head.

Thanks to all.

On Thursday, 13 September 2012 09:20:47 UTC+5:30, Andrei wrote:
I think it's a bad idea from a user interface perspective. Imagine you have three radio buttons in a cell, and a many rows. Now your user is presented with dozens of radio buttons that take a lot of space. It would look very confusing. Use a regular SelectionCell - this is a UI concept that all users are familiar with. And you will save a lot of time :)

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment