Personally I think
- if a component does not share styles with other components, the styles
should go to <ui:style/> (GWT's NotificationMole, for example)
- If there is a need to access these styles programmatically, GWT
allows that.
- If components share styles with each other, it's better to create a
bundle and plug it into various *.ui.xml using <ui:with/>.
But your mileage may vary :-)
--
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.