CSS class name obfuscation only happen in CssResource; and a <ui:style> in
a UiBinder template is a form of CssResource.
So only case "1" in your list would use an obfuscated class name, because
'style' references (by default) a <ui:style>, i.e. a CssResource; {xx}
would use the value of xx (any @UiField named 'xx' in your class, and/or
anything with a field="xx" in your ui.xml), and setStyleName uses the
argument give verbatim.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/bmHjhEN4vRUJ.
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.