When adding the attribute styleName to an UiBinder XML element, GWT translates it to setStyleName method call. The problem is when using a custom Composite class that already has called to setStyleName method, UiBinder supersedes the Composite style. I wish that UIBinder would call to addStyleName instead but I understand that it's based on the entity bean approach. Is there a way to overcome that?
Thanks Itzik -- 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.
