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! -- 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/-/1rVMaWKQ5LQJ. 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.
