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

http://gwt-code-reviews.appspot.com/1446817/diff/1/user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java#newcode1285
user/src/com/google/gwt/user/cellview/client/AbstractCellTable.java:1285:
}
On 2011/06/09 19:01:35, stephenh wrote:
Could this be outside of the "value != null" check? Then the user
could provide
either the same or potentially different td styles based on whether
value is
null.

Yeah, that should be fine.  Originally I was thinking that it we
couldn't create a context with a value, but really we can and just use
null as the key.  Users may have to do a null check on row value, but at
least they'll be able to handle your use case.

http://gwt-code-reviews.appspot.com/1446817/

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

Reply via email to