Re: How can I create a CellTree of Anchor nodes?

2010-11-01 Thread John LaBanca
We don't provide an AnchorCell, buts its easy to create one. Just extend AbstractCell and override the render() method to render a hyperlink into the SafeHtmlBuilder. FYI - decitrig is correct. The old Showcase used Hyperlinks. The new Showcase handles selection via the selection model and

Re: How can I create a CellTree of Anchor nodes?

2010-10-31 Thread decitrig
On Oct 16, 5:50 pm, Tamer Sezgin tamer.sez...@gmail.com wrote: It's a little complex example, but the left menu of Showcase application is implemented using CellTree and contains Hyperlinks..    http://gwt.google.com/samples/Showcase/Showcase.html I assume after figuring out how it works, it

Re: How can I create a CellTree of Anchor nodes?

2010-10-16 Thread Tamer Sezgin
It's a little complex example, but the left menu of Showcase application is implemented using CellTree and contains Hyperlinks.. http://gwt.google.com/samples/Showcase/Showcase.html I assume after figuring out how it works, it should be easy to replace Hyperlinks with Anchors (if you really