Open
Description
In GWT we have only the Editor framework which does a correct databinding between POJOs and Widgets.
I've tried with no success Errai Databinding, to simplistic for a complex interface.
Unfortunately generated widgets are Panels, and as such they don't implement IsEditor interface, which is what the Editor framework uses for integration between generated Autobeans and Wdgets.
I would like the generator to change how it works so that we obtain Widgets compatible with it.
In case I can contribute, but I need to know if you have any suggestions for this.
Thank you.