It looks like Anchors/Hyperlinks are the most full-featured and "link" like way to provide user navigation (right-click context menu support, etc.) Is there a way to integrate these with the notion of CellLists or CellTrees? For example, if I wanted each cell to be a GWT Anchor (or at least wrapped in one), what's the best way to implement that?
Can there be Anchors in the cell render() method, or would it be best to use the result of the render() method as the HTML for the Anchor?
Has anyone done this? I haven't seen any examples like this out there, so maybe they're mutually exclusive (i.e., what would the cell object's selection handler actually do?)
Thanks!