Hi Jens, this sounds really good, but I am totally new to this cellview technique and I need more precise hints at the moment:
- "implement a custom cell": from which class should it be derived? AbstractCell? - "that simply decides": where and how can I implement this decision? - "if the row is editable add an edit link/button" I already tried exactly this by adding a Panel of Anchor objects as SafeHtml, but the click handler is not triggered. I assume that the connection to the click handler gets lost when putting Panel.toString() into the SafeHtml - "in its event method you can figure out which link/button has been clicked" How this is to be done should depend on how the links are created. Adding Anchors with click handlers did not work for me. A basic skeleton would be fine... 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/-/RRG9X9bcYNcJ. 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.
