Re: UiBinder implementation question.

2011-04-18 Thread roge.delgado
Oh, thank you very much, I've seen the documentation you point me and seem too much clear to me. Thanks for your help. -- 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

Re: UiBinder implementation question.

2011-04-15 Thread Thomas Broyer
This is not possible, because in Java you cannot use "UiBinder.class", and the UiBinder generators needs to know these generic parameters' actual type. (there's a rendering bug in the documentation you're looking at, where the generic type parameters is not escaped, and parsed by your browser as

UiBinder implementation question.

2011-04-14 Thread roge.delgado
Hi All! This is my first post, so i hope this are the right place to post :) Recently I'm started to see the UiBinder feature that GWT 2.1 introduced, but while reading the documentation a doub about the useage or implementation appeared. I understand the concept of UiBinding and the declarative U