Hi,

I have a CellTree that uses a CompositeCell with several columns, and I
need to set a class on one of the columns. I tried this and it does
strictly nothing, my column is just an bare bones span:

TextColumn<Node> col2 = new TextColumn<Node>()
{
@Override
public String getValue( Node object ) { return object.getTitle(); }
};
col2.setCellStyleNames("pi-Node-locked");

Any ideas?

Olivier

-- 
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.

Reply via email to