How do I add items to GWT ListBox in Uibinder .ui.xml template ?

前端 未结 3 1031
北恋
北恋 2020-12-28 17:55

How to add the listbox items using UiBinder?

3条回答
  •  爱一瞬间的悲伤
    2020-12-28 18:21

    It is possible since february 2011 version:

    http://code.google.com/p/google-web-toolkit/issues/detail?id=4654

    Following this patch you are now able to add items following this syntax:

    
      
        first item
      
      
        second item
      
    
    

提交回复
热议问题