I access the style names through CssResource, either from the UiBinder and from the java views. The problem is I cannot find a way to add and remove suffixes due to the class names obfuscation.
By the moment I've managed the situation using @external anotation on the primary and dependent names, but I don't consider is a good solution.