super(container.getDocument().createTableElement(), container);
TableElement table = (TableElement) getElement();
table.setCellSpacing(0);
table.setCellPadding(0);
tr = table.insertRow(-1);
}
/**
* Sets the width of the cell containing the given widget.
*