Hi Jens, does the class still have to extend JavaScriptObject?
Am Mittwoch, 3. Februar 2016 14:05:31 UTC+1 schrieb Jens: > > Do you have any specific issues by following whats said in the document: > > "You can mark each method in a JSO with @JsOverlay (that’s actually what > they are) and replace the JSNI by following the instructions above." > > So basically JSNI methods will become JsInterop native methods if they > directly map to the underlying native JS type (typically these are the > one-line JSNI methods). If JSNI methods have some more logic you would > convert it to a Java method and mark it with @JsOverlay. > > -- J. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/4b47c2da-fd97-4d22-87db-44b9673f35f0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
