A question for Thomas and others:

>From the supplied mockup, why would one use the CellTable/CellList 
structures rather than just UiBinder? From what I can tell, just making a 
simple Widget/element with 3 spans, 1 label, and 3 buttons in a div would 
do the trick. As long as there are not hundreds of them, and he is not 
using typical table behaviors like sort/filter/columns, what is the benefit 
of CellX over a UiBound HTMLPanel/div?

I have not benchmarked it, but I assume the event wireup on the UiBinder 
adds some overhead and that you could save some overhead by not using 
Widget. However, when there are buttons and interactions like in this one, 
UiBinder might be a cleaner way to achieve it. Where does the inflection 
point lay?


Sincerely,
Joseph

-- 
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/-/-W1LSdqWCqAJ.
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.

Reply via email to