I've used the above method with success. Don't know why the highlighter doesn't work in your first column though.
Yes, the highlighter is column-based, but not necessarily. You can "base" all the columns on the value of the hierarchical column, for instance. Here's what i mean:
[code]
public boolean isHighlighted(Component renderer, ComponentAdapter adapter) {
Object value = adapter.getValue(0);
return value instanceof Group;
}
[/code]
In this way, whether a cell in the row is highlighted depends on column 0.
[Message sent by forum member 'noelopan' (
palm86@...)]
http://forums.java.net/jive/thread.jspa?messageID=367256---------------------------------------------------------------------
To unsubscribe, e-mail:
jdnc-unsubscribe@...
For additional commands, e-mail:
jdnc-help@...