130131132133134135136137138139140141
* component is an ExpandablePanel the first column shades incorrectly. */ if (rval instanceof ExpandablePanel) { ExpandablePanel ep = (ExpandablePanel) rval; c = ep.getActualRenderer(); } else { c = rval; }