GWT designer could not add celltable appropriately in uibinder mode

382 Views Asked by At

For I can not add TextColumn directly as I do in GWT Java UI mode, I got a "You can not add abstract component" error. I am using full version of GWT Designer 2.4.2.r37x201110181249 . And I noticed the palette content is different in UIBinder Mode and GWT JAVA UI mode after all. Is this supposed to be that way?Any workarounds?

1

There are 1 best solutions below

1
On BEST ANSWER

UiBinder supports a subset of what is available in GWT Java, so the GWT Designer palette reflects that. The work around would be to use GWT Java.