I'd like to put a set of button cells into a composite cell in a celltable 
footer that uses a custom footer builder to create a row with a cell that 
spans most of the table columns.  But, I don't get any click events on 
those buttons.  If I put the same type of cell into a column, it works fine.

The last time I had a need like this, I created a dummy column, gave it a 
width of 1px, and added it to the table.  But I don't really like having 
the columns not map completely to my row objects, and having to fake my way 
through the getValue, etc.

It seems like it ought to be possible, since CellTree doesn't use the 
column concept, but I haven't been able to make my way though it's or 
AbstractCellTable's code to figure out how to make the events be recognized.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to