Searched refs:rowStyle (Results 1 – 1 of 1) sorted by relevance
629 …private void showRow(Appendable output, RowStyle rowStyle, String name, String skeleton, String en… in showRow() argument633 switch (rowStyle) { in showRow()642 … String startCell = rowStyle == RowStyle.header ? "<th class='dtf-h'>" : "<td class='dtf-s'>"; in showRow()643 String endCell = rowStyle == RowStyle.header ? "</th>" : "</td>"; in showRow()659 if (rowStyle != RowStyle.header) { in showRow()