Tuesday, November 30, 2010

Re: CellTable with only div's?

You could extend CellTable and override the protected renderRowValues() method to render the Cells using divs.  You can also override CellList, but CellTable already has the API to add Columns, if you want to use them.  Alternatively, you could override AbstractHasData and just use CellList/CellTable as examples.

Thanks,
John LaBanca
jlabanca@google.com


On Tue, Nov 30, 2010 at 6:23 PM, Ed <post2edbras@gmail.com> wrote:
I want to make a CellTable but without the HTML table, so basically a
table that consists of only div's.

Any advice on how to do this?
(maybe extending the CellList class ?)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment