>
> what is cleaner depends on what you do, imho. if you're going to do a 
> dynamic panel with components that depend on which setting you made 
> elsewhere in the ui, i don't see how to do that cleaner using the ui binder.
>

If your dynamic panel is large enough and has static parts in it then it 
can be worth it looking at UiBinder for all the static parts. For 
components that are dynamically added based on settings elsewhere you would 
define placeholders for these components so you can place them at the 
correct location.

Also a nice benefit of UiBinder is that you can more easily use HTMLPanel 
and and mix native DOM elements with widgets instead of using widgets all 
the time.


-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to