Using a scroll panel and flow panel then means we have to build all the other benefits of the CellTable ourselves. For example pagers, sorting, columns, data providers. All those things are great. I guess my question is. It would be great if there were two versions of the list widgets. A Cell version for high performance and a widget version for existing functionality.
GCJ
On Wednesday, 19 December 2012 09:54:45 UTC-8, Jens wrote:
You should use Cell widgets when you expect to display a lot of data to get the full performance benefit of using Cell widgets. If you only want to display a few things in a list then simply use ScrollPanel + FlowPanel along with some CSS and add your "list entry" widgets to it.Sure CellTable/DataGrid have some nice features like column sorting that are not available in other GWT table like widgets but that does not mean that you should use CellTable/DataGrid for absolutely everything.-- J.
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/-/mIqnwr1Ju8oJ.
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