<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 中一样:
Grid g = new Grid(5, 5);
g.setText(0, 1, "asdf");