我使用gwt UIBinder向我的ComboBox添加了一些项目。
<g:item>--select one--</g:item>
<g:item>Dispute Referral Form</g:item>
<g:item>Dispute Settlement Clause</g:item>
<g:item>Procedures & Rules</g:item>
<g:item>Standard Terms & Conditions</g:item>
<g:item>Taxation Rules</g:item>
但是,如果我刷新浏览器(谷歌浏览器)程序&
规则显示在组合框中,仅适用于程序&amp; 规则
如何才能让浏览器显示&#39;&amp;&#39;而不是&
答案 0 :(得分:0)
这不是解决方案 - 而是一种解决方法。
在java的const const数组中定义并在initWidget(uiBinder.createAndBindUi(this));
之后的构造函数中将它们添加到列表框中
并等待Thomas Broyer
顺便说一下,这将允许您分别定义ID和值。值得:-)