When use GWT ensureInjected()

Posted by user198313 on Stack Overflow See other posts from Stack Overflow or by user198313
Published on 2010-03-09T04:32:46Z Indexed on 2010/03/09 4:36 UTC
Read the original article Hit count: 217

Filed under:

Hello there,

I created a few styles into a CSSResource and it works well whether I use

GWT.<MyResources>create(MyResources.class).myStyles().ensureInjected();

or not.

Could anyone shed a light on this and explain when to use ensureInjected or not?

Thank you! Daniel

© Stack Overflow or respective owner

Related posts about gwt