Re: Possible to get rendered HTML for a CellTree?

2011-11-16 Thread qwertz
Hi, cellTree.getElement().getInnerHTML() should work. -- 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/-/lLFUb0NjSEEJ. To post to this group, send

Possible to get rendered HTML for a CellTree?

2011-11-15 Thread laredotornado
Hi, I'm using GWT 2.4. I have a method that returns a CellTree (com.google.gwt.user.cellview.client.CellTable). From a JUnit test, I want to examine the HTML that this CellTree object will ultimately produce. Is that possible to get the HTML as a string from the CellTree object? Thanks, - Dave