table.setWidth("100%", true);
.tableLayout{
table-layout:fixed;
}
table.addStyleName("tableLayout");
Fixed Table Layoutbut in my case it will not truncated!!
When using the fixed table layout, cell contents are truncated as needed
.ellipsis td{
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.gwt-RichTextToolbar .gwt-PushButton-up{
......
}