Re: jsInterop cast to JavaScriptObject

2016-09-19 Thread Marcio Alves
Thanks! Em segunda-feira, 19 de setembro de 2016 13:12:06 UTC-3, Bauna escreveu: > > Hi Marcio, > You can check: https://github.com/GWTReact/gwt-interop-utils that several > helper to convert java to js and back. > Regards, > -- > Bauna > > On 16/09/16 15:47, Marcio Alves wrote: > > Hi, > >

Re: jsInterop cast to JavaScriptObject

2016-09-19 Thread Pablo Nussembaum
Hi Marcio, You can check: https://github.com/GWTReact/gwt-interop-utils that several helper to convert java to js and back. Regards, -- Bauna On 16/09/16 15:47, Marcio Alves wrote: > Hi, > >Is it possible to casto a jsInterop object to a JavaScriptObject? > >I am trying to use

jsInterop cast to JavaScriptObject

2016-09-17 Thread Marcio Alves
Hi, Is it possible to casto a jsInterop object to a JavaScriptObject? I am trying to use GWT-Polymer's IronList, but it requires a JsArray. I managed to create my JsArray from a JSNI code, but I don't know how to create it in Java, since the class do not extends from