Friday, January 24, 2014

Re: SelectionCell with unique list of options for every row

I've done something like this before. It will depend upon how many rows you are talking about. It goes like this:

1. Create a composite cell which contains the n different single selection cells you will need.
2. Populate them with their options when you build the cells columns , as you would normally.
3. Add a flag to the model data structure you are using to tell the column which selection cell to render.

HTH

Jaga.

--
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/groups/opt_out.

No comments:

Post a Comment