As soon as you use UiBinder, you're implicitly writing a ClientBundle, just that you write XML instead of Java.
A <ui:style> generates a CssResource; and you can use a <ui:image> to generate an ImageResource and a <ui:data> to generate a DataResource. You can then use them from the CSS with @sprite and @url, just like any other ImageResource/DataResource. Have a look at the Mail sample, it uses both <ui:image> and <ui:data> IIRC. -- 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.
