Thursday, May 21, 2015

Deferred Binding

Hi, 

I have run into a problem which I can't seem to find an answer to. 

I have a GWT module with a defined property that I'm trying to access in a java class which extends com.gwtplatform.mvp.client.gin.DefaultModule.

For example:

In my GWT module, I have the property name headless:
 
<define-property name="headless" values="no,yes" />
<set-property name="headless" value="yes" />
How would I do this? 

Thank you! 


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment