interface MyCellListResources extends CellList.Resources {
  @Source("myCellListResources.css")
  CellList.Style cellListStyle();
}

new CellList<Foo>(cell, GWT.create(MyCellListResources.class));

Then copy the default stylesheet from within gwt-user.jar into your own 
myCellListResources.css (that you'll put in the same package as the 
interface in the case of the above code) and tweak it as needed.

And see 
http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html for 
the details.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to