Hi Juan, thank you for the infos and the code. I am still struggeling with it...
It seems that the composition of a CompositeCell is static. The examples I found all create an ArrayList<HasCell>l and then create an instance of CompositeCell with this list. Then, this instance is used to initialize the whole CellTable/CellList, e. g. here: http://ggwt.wordpress.com/2010/12/14/tutorial-eigene-compositecells-erstellen/#more-4 This means that all cells have the same subcells? What I need is to have differet subcells for different rows. I need to fill the composite cell differently for different rows. I also wonder why we have to "simulate" hyperlinks with buttons that are made to look like hyperlinks. Why can't we just use Anchors? Are Anchors bad within a CellTable? Magnus -- 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/-/cWykLQw_xtoJ. 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.
