コード例 #1
0
ファイル: GroupCell.java プロジェクト: agoodegg/omdp
 public void toHTML(Writer out, boolean writeTr) throws IOException {
   if (writeTr) out.write("<tr class='" + bodyTRStyleClass + "'>");
   writeGroupCell(out);
   writeChildGroups(out);
   writeFoots(out);
 }