I have created a patch that enables user to create Grid and its child
elements using UiBinder (issue 4705 -
http://code.google.com/p/google-web-toolkit/issues/detail?id=4705).
Something like... I have also submitted the patch for public code
review - http://gwt-code-reviews.appspot.com/154810. So if somebody
from the gwt team could have a look....
Shortest code snippet which demonstrates use:
<g:Grid rows='3' columns='1'>
<g:row>
<g:customCell>
<g:Label>foo</g:Label>
</g:customCell>
</g:row>
<g:row>
<g:textCell>
foo
</g:textCell>
</g:row>
<g:row>
<g:customCell>
<div>foo</div>
</g:customCell>
</g:row>
</g:Grid>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors