Anchors affect History. If you want to execute actions use buttons, if you
want to use anchors for navigation, use it.

For dynamic cell table read
http://stackoverflow.com/questions/7172262/create-gwt-celltable-dynamically.

I use it to have dynamic columns. Check perhaps you can use it for your
requirements.

2012/8/22 Magnus <alpineblas...@googlemail.com>

> 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 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.
>

-- 
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