本文介绍了如何将行添加到UiBinder中可灵活使用的Google Web Toolkit?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在哪里可以找到FlexTable的模板?

Where can I find a UiBinder template for the FlexTable?

我正在使用表示如果你不需要处理事件,你可以直接使用直接HTML代替FlexTable进行布局:

I found a link text that said if you do not need to handle events, you can just use straight HTML instead of FlexTable for layout:

<g:HTMLPanel>
   <table>
    <tr><td>Info:</td><td><g:TextBox ui:field="infoTextBox"/></td></tr>
  </table>
</g:HTMLPanel> 

这篇关于如何将行添加到UiBinder中可灵活使用的Google Web Toolkit?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 01:47