如何将依赖样式名称与CssResource混淆一起使用?

我通过CssResource从UiBinder和java视图中访问样式名称。 问题是我无法找到一种方法来添加和删除由于类名混淆而产生的后缀。

到目前为止,我已经使用主外部名称和附属名称的@外部诠释来管理情况,但我认为这不是一个好的解决方案。


我认为你是正确的依赖风格不能与CssResources一起工作,但你可以通过分层样式获得类似的效果,比如

.widgetStyle .error {
  color: red; 
}

然后应用style.widgetStyle和style.error,而不是使用依赖名称。

链接地址: http://www.djcxy.com/p/51817.html

上一篇: How to use dependent style names together with the CssResource obfuscation?

下一篇: Having problems pinning Eclipse Juno/Luna/Mars shortcut to windows 7 taskbar