753754755756757758759
} public void addCell(int row, String w) { int currentColSize = table.getCellCount(row); table.addCell(row); table.setWidget(row, currentColSize, new WSCell(this, new WSCellSimpleTextCell(w), row, currentColSize)); }
678679680681682683684
693694695696697698699
715716717718719720721