Hello. Thank you for your answer.
No need to go so extreme - > https://developers.google.com/web-toolkit/doc/latest/DevGuideCodingBasicsJSNI#methods-fields > You can access static java methods from javascript as described in that > link. > > Yes, what you suggest works, of course. What I would like to achieve is to also access private and non-static fields. This can easily be done by adding a native function to every class, who's fields I want to access. That works already (well, except that entry does only handle functions, but this is an easy change). But I would like to get there without the need to write extra code for this, if possible. When looking at the application with a JavaScript debugger, I see the classes and variable, just did not find a way to access them by JavaScript yet. Cheers, Michael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9Uq7r9N_km0J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
