I would like to be able to explicitly call the render method on a CellBrowser. The reason for this is that I am making changes to the underlying data model, and want the values to be refreshed in the display.
I have a valueUpdater.update() method that is being called. My approach is to re-render all cells by iterating round them and calling render(). The problem is that I don't know how to supply to parameters that render is looking for. In particular the Context and the SafeHtmlBuilder. Questions: 1) Am I trying to achieve this the correct way? 2) If so, how do I call render? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
