Sunday, September 15, 2024

Re: How to export js generated from Java

You need to opt-in by passing -generateJsInteropExports to the GWT compiler though

On Sunday, September 15, 2024 at 9:53:57 AM UTC+2 ma...@craig-mitchell.com wrote:
Yes, you can do all this.  I'm not sure what your question is.  Maybe the JsInterop docs will help:  https://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJsInterop.html

On Sunday 15 September 2024 at 3:47:39 pm UTC+10 David wrote:
I want 
     1.   "@JsType(isNative = false, name = "JsEmail", namespace = JsPackage.GLOBAL)"  generate JS.
     2.  bind "JsEmail" into Window object so I can see Window.JsEmail during Chrome inspect.
     3. In pure js environment, I can use JsEmail.someMethod() directly.

I appreciate your help.

David

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/16fa2e3a-5fcc-4792-ae66-2b008f908eb7n%40googlegroups.com.

Re: How to export js generated from Java

Yes, you can do all this.  I'm not sure what your question is.  Maybe the JsInterop docs will help:  https://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJsInterop.html

On Sunday 15 September 2024 at 3:47:39 pm UTC+10 David wrote:
I want 
     1.   "@JsType(isNative = false, name = "JsEmail", namespace = JsPackage.GLOBAL)"  generate JS.
     2.  bind "JsEmail" into Window object so I can see Window.JsEmail during Chrome inspect.
     3. In pure js environment, I can use JsEmail.someMethod() directly.

I appreciate your help.

David

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/ab0fdd57-fab4-4335-bc0e-e9aec414fe31n%40googlegroups.com.

Saturday, September 14, 2024

How to export js generated from Java

I want 
     1.   "@JsType(isNative = false, name = "JsEmail", namespace = JsPackage.GLOBAL)"  generate JS.
     2.  bind "JsEmail" into Window object so I can see Window.JsEmail during Chrome inspect.
     3. In pure js environment, I can use JsEmail.someMethod() directly.

I appreciate your help.

David

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/ee283dcf-9d69-4cfb-824e-5a3f1cc5f5c9n%40googlegroups.com.