<g:Grid>
<g:row>
<g:customCell>
<g:HTMLPanel styleName="{style.loginPrompt}">
<div>
<ui:msg description="LoginPrompt">Please <b>Log In</b></ui:msg>
</div>
</g:HTMLPanel>
</g:customCell>
</g:row>
...
私のセルテキストがJavaのように2番目のセルになるようにしたい:
Grid g = new Grid(5, 5);
g.setText(0, 1, "asdf");