Hi,

how can I add available cell types (TextCell, ButtonCell, CheckboxCell, 
DateCell etc) to a *CompositeCell*?
https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellWidgets?hl=en#available

List<HasCell<Foo, ?>> cells = new ArrayList<HasCell<Foo,?>>();
cells.add(new ButtonCell()); //not applicable for ButtonCell.
newCompositeCell<Foo>(cells);


I mean: what is the CompositeCell for, if I cannot add existing Cell 
implementations 
to it?

-- 
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/-/4iC9VUhd4N8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to