It's not "HTML vs. Widget", it's "innerHTML vs. DOM's 
document.createElement/appendChild". So in GWT, as soon as you start making 
reusable components, you're breaking the innerHTML layer and have to 
introduce a Widget.
The point of "HTML vs. Widget" is: don't use FlexTable/Grid/FlowPanel for 
layout and Button/TextBox/etc. if you can simply use an HTMLPanel with HTML 
inside (and "event delegation" for event handling)

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to