Is it possible to access a regular CSS selector in a regular CSS, imported via module XML, in a GWT widget? Or do I, and should I, create a CssResource?
Edit: I forgot to specify that I want to access the CSS selector in a widget from a UiBinder XML file.
You can use widget.addStyleName(“regularoldcssselectorname”) and your parameter will come through in the final HTML as a class name.