gwt-api-generator
gwt-api-generator copied to clipboard
Generator for creating GWT JSInterop clients from Polymer Web Components
We are using polymer-bundler to import all needed elements at once. Because of that the method named whenPolymerLoaded is never called in com.vaadin.polymer.Polymer so for example the Polymer & Base...
I'm able to add elements using Polymer.dom(parentElement).appendChild(childElement), but I'm not able to remove them as Polymer.dom(parentElement).removeChild is not a valid function. Am I missing something?
Due to project rename of Hydrolysis to Polymer-Analyzer the dependency path has to be changed to: `"hydrolysis": "git://github.com/Polymer/polymer-analyzer#v1.22.0",` With the newest version (1.24.1) the generator does not work.
Hi, Is it possible to generate gwt-api for vaadin/charts-component ? Because when I did it there is no error, but for example the VChart class is nearly empty. Regards.
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....
An example of this is iron-form, which extends the default form element. The generated IronForm widget doesn't function properly. It specifies an `` tag instead of `` Moreover, the get/setAction...