TableRowBuilder widthSettingRow = startRow().className(
style_.widthSettingRow());
widthSettingRow.startTD().className(style_.expandCol()).endTD();
widthSettingRow.startTD().className(style_.nameCol()).endTD();
widthSettingRow.startTD().className(style_.valueCol()).endTD();
widthSettingRow.endTR();
}
// if this row is the first of its category, draw the category header
if (rowValue.isCategoryLeader)
{