Searched refs:columnTitle (Results 1 – 1 of 1) sorted by relevance
1188 String columnTitle = UCharacter.toTitleCase(type.toString(), null); in showErrorFileIndex() local1191 columnTitle = "MC: " + columnTitle; in showErrorFileIndex()1193 columnTitle = "MV: " + columnTitle; in showErrorFileIndex()1195 indexTablePrinter.addColumn(columnTitle).setHeaderAttributes("class='" + type + "'") in showErrorFileIndex()