//setAttribute(cb.getElement(), "style", "width: 20px;");
final TableColSpec star = new TableCol();
//setAttribute(star.getElement(), "style", "width: 20px;");
//DOM.setStyleAttribute(star.getElement(), "width", "20px");
star.addStyleName("w20px");
final TableColSpec from = new TableCol();
//from.addStyleName("r1-from");
//setAttribute(from.getElement(), "style", "width: 27ex;");
//DOM.setStyleAttribute(from.getElement(), "width", "27ex");