如何将行添加到UiBinder中可灵活使用的Google Web Toolkit? [英] How can I add rows to a Google Web Toolkit flextable in the UiBinder?

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

问题描述

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

Where can I find a UiBinder template for the FlexTable?

我正在使用 Google Web Toolkit (GWT)。

I am using Google Web Toolkit (GWT).

推荐答案

我找到了链接文字表示如果你不需要处理事件,你可以直接使用直接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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆