Tuesday, May 3, 2011

Grid + UiBinder : Setting row level styles

...........
.........
<g:row addStyleNames="OddNumberRow">
....
....
</g:row>
<g:row addStyleNames="EvenNumberRow">
....
....
</g:row>
...........
...........
The above approach is not working. In other words, the "tr" elements in the generated html do not have any class names at all. A back up option would be to inject styles into these rows from the UiBinder's constructors (using getRowFormatter.addStyleName) but 
I do not want to take that route for now.(I wanna try to  reserve the code that goes into the UiBinder java class for event handling purposes only. )

Any thoughts/pointers would be much appreciated.



thanks

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment