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