config.css = "x-treegrid-column";
assert grid instanceof TreeGrid : "TreeGridCellRenderer can only be used in a TreeGrid";
TreeGrid tree = (TreeGrid) grid;
TreeStore ts = tree.getTreeStore();
int level = ts.getDepth(model);
String id = getId(tree, model, property, rowIndex, colIndex);
String text = getText(tree, model, property, rowIndex, colIndex);
AbstractImagePrototype icon = calculateIconStyle(tree, model, property, rowIndex, colIndex);
Joint j = calcualteJoint(tree, model, property, rowIndex, colIndex);