cell.appendChild(anchor.getElement());
final int moreRowIndex = rowIndex;
listenerManager.manageEventListener(anchor.addClickListener(new ClickListener() {
public void onClick(ClickEvent event) {
profileTable.deleteRow(moreRowIndex + 1);
for (int i = moreRowIndex; i < children.size(); ++i) {
JavaScriptProfileNode child = children.get(i);
addFlatChild(child, profileTable);
}
if (resizeCallback != null) {