[gwt-contrib] Re: Added a RowStyles interface that can be used to customize the classes (issue930801)

2010-10-05 Thread dburrows

http://gwt-code-reviews.appspot.com/930801/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Added a RowStyles interface that can be used to customize the classes (issue930801)

2010-09-30 Thread jlabanca

LGTM

I'm pretty sure that the style names will be escaped by the Template.tr
because they are passed as a String.  String args are escaped
automatically.

http://gwt-code-reviews.appspot.com/930801/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


[gwt-contrib] Re: Added a RowStyles interface that can be used to customize the classes (issue930801)

2010-09-29 Thread jlabanca


http://gwt-code-reviews.appspot.com/930801/diff/1/3
File user/src/com/google/gwt/user/cellview/client/RowStyles.java
(right):

http://gwt-code-reviews.appspot.com/930801/diff/1/3#newcode33
user/src/com/google/gwt/user/cellview/client/RowStyles.java:33: public
CollectionString getStyleNames(T row);
You could just return a String with spaces between the styles.  I think
this should also take the row index.

http://gwt-code-reviews.appspot.com/930801/show

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors