On Wed, Jan 6, 2010 at 10:17 PM, Arthur Kalmenson <[email protected]> wrote: > That's correct, but only for regular HTML Elements, not GWT widgets. > If you want to set CSS class names on GWT widgets using UI binder you > need to use the methods I mentioned.
Ahhhh, I finally got it. I wish I hadn't wasted so much time reading tutorials and other "helpful" guides. The real scoop is right here: http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/UIObject.html#setStyleName%28java.lang.String%29
-- 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.
