public void setRowData(Item item) {
   this.item = item;
   TableViewRowProxy rp = getRowProxy();
   rp.setTableViewItem(this);
   setRowData(rp);
 }