Search code examples
gwtgxtuibinder

How can I use and edit UIBinder with GXT elements?


How can I use UI Binder and how can I edit the elements wit GWT Designer (or something similar).

I would like to use GXT elements in my GWT application.

I find this tutorial. I could use the first sample xml code. http://www.sencha.com/learn/ext-gwt-3-declarative-markup-with-uibinder/

I would like to use a designer editor


Solution

  • GWT designer is not compatible with latest versions of GXT (versions 3), so I you really want to use the designer it works with GXT 2. Here is a tutorial on how to do it: https://developers.google.com/web-toolkit/tools/gwtdesigner/features/gwt/gxt?hl=fr.

    But GXT 2 is very different from GXT 3, so I suggest you to use GXT 3.1.0 (with UIBinder if you want), which is the last released version, the old fashioned way (without designer).