Thursday, May 21, 2015

Re: Deferred Binding

Not sure if this is still the simpler method but https://github.com/realityforge/gwt-property-source 
provides access configuration properties in java.

A. 


On Thu, May 21, 2015 at 11:49 AM Nam <sheldyn.nam-storm@wismore.com> wrote:
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.

--
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