Have a look in the CellTable. Its constructor (http://google-web- toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/cellview/ client/CellTable.html#CellTable(int, com.google.gwt.user.cellview.client.CellTable.Resources) takes a second parameter, which is a Resource object. If you create your own, and bind it with your custom css, you csn change the appearance of the cell widget.
On Feb 13, 2:20 pm, norberthu <[email protected]> wrote: > I want to substitute the backgroud pic which is used by SelectionModel > when selected. I saw the source code,but cannot find relevant > classname. can someone give me some hint? 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
