If you have an "n" number of values that should be represented in one
single column, I would go for a tree. Its ability to expand nodes when
needed, gives the user a chance to have it expanded or collapsed. So
in your case the column would contain:

"Top Of Tree"
  CheckBox 1
  CheckBox 2
  CheckBox 3
  CheckBox n

Regards,

Alfredo

On Wed, Apr 25, 2012 at 9:16 PM, Aoxiang Cui <cuiaoxi...@google.com> wrote:
> The title is too short, let me explain and simplify my situation.
>
> Say, I have a dto which contains a list of Booleans. I need a column whose
> cell looks like below:
>
> item_1  checkbox_1
> item_2  checkbox_2
> ...
> item_n  checkbox_n
>
> If n is a fixed number, it is fine to use CompositeCell. The problem is we
> don't know the size of list and each cell can have different list size.
> Is there any way to extend CompositeCell so as to make it support my
> situation. Or maybe I should write a new Cell?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/slhetcYlVBsJ.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
Alfredo Quiroga-Villamil

AOL/Yahoo/Gmail/MSN IM:  lawwton

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to