Searched refs:IRow (Results 1 – 2 of 2) sorted by relevance
26 public static interface IRow extends IElement interface in HTMLTable54 public IRow newTitleRow () in newTitleRow()62 public IRow newRow () in newRow()106 implements IRow
182 final HTMLTable.IRow header = summaryTable.newTitleRow (); in visit()184 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()216 HTMLTable.IRow row = statsTable.newRow (); in visit()361 final HTMLTable.IRow header = summaryTable.newTitleRow (); in visit()363 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()478 final HTMLTable.IRow header = summaryTable.newTitleRow (); in visit()480 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()655 final HTMLTable.IRow header = summaryTable.newTitleRow (); in visit()657 final HTMLTable.IRow coverage = summaryTable.newRow (); in visit()789 final HTMLTable.IRow navRow = header.newRow (); in addPageHeader()[all …]