Unless you add an "@external gwt-Label;" (or "@external gwt-*;") line in 
your CssResource's CSS file, GWT will treat the gwt-Label class name just 
like any other, and will obfuscate it, so you'll have to setStyleName or 
addStyleName this obfuscated name (got back from the CssResource Java 
interface you declared) on your Label.

In other words, if you want to have a rule on the gwt-Label "unobfuscated" 
class name, you have to mark it as "@external".

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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.

Reply via email to