Re: Plausible CSS class names in GWT 2.1 CellTable?

2010-11-02 Thread vsdev
John, Thank for your comment. I figured out how to set custom style, see http://www.devcomments.com/GWT-2-1-CELL-TABLE-at1033370.htm and http://comments.gmane.org/gmane.org.google.gwt/51623 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Plausible CSS class names in GWT 2.1 CellTable?

2010-10-28 Thread vsdev
I'm trying to style a GWT2.1 cell table. Unfortunately I couldn't find any documentation on the default styles. So far all GWT widgets I worked with had default styles like .gwt-DecoratedStackPanel { } .gwt-DecoratedStackPanel .gwt-StackPanelItem { } .gwt-DecoratedStackPanel

Re: Plausible CSS class names in GWT 2.1 CellTable?

2010-10-28 Thread John LaBanca
CellTable uses a ClientBundle (see CellTable.Resources/Style) instead of style names. ClientBundles allow GWT to perform optimizations on your CSS, including inlining, obfuscation, and dead code elimination. You can extend or replace the default styles by extending CellTable.Style and passing a