示例#1
0
 /**
  * Deletes a table cell and its contents.
  *
  * <p>The table cell at that position is recreated.
  */
 public void removeCell(WTableCell item) {
   this.removeCell(item.getRow(), item.getColumn());
 }