I personally would just create a new cell, but I'd probably start with
CompositeCell for a starting point.

On Apr 25, 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 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