I'm working now on adding support for simple GWT widgets into
UiBinder support in GWT Designer.
  However I see many limitations during this.
  For example:

1. Support for TreeItem-s in Tree.
        http://code.google.com/p/google-web-toolkit/issues/detail?id=4997

2. Support for "TextBox.textAlignment" property.
        http://code.google.com/p/google-web-toolkit/issues/detail?id=4995

3. Support for TabBar and its tabs. How can I add them?

4. NamedFrame support. It has no default constructor, but it is
standard widget, so would be good just allow to specify attribute
"name" and still use only XML to create it.

  So, question is - will/should UiBinder support all functionality
available using code, or only part of it can be used declaratively and
rest should be done in Java?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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