我正在尝试创建一个内部自定义的小部件
由简单的DIV
和BUTTON
元素表示,但可以接受
其中的其他小部件,非常像HTMLPanel
。
所以,我想要这样的东西......
<div class="XXX">
<button class="YYY"></button>
{other widget(s) here}
</div>
...封装在一些小部件中,比如WrapperWidget
。然后,我可以使用
其他(多个)ui.xml文件中包含此WrapperWidget
:
<ns:WrapperWidget>
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
</ns:WrapperWidget>
如何在GWT中实现这一目标?
谢谢!
答案 0 :(得分:0)
我不使用UI活页夹,所以我无法帮助你。 要嵌套窗口小部件,通常会使用复合http://google-web-toolkit.googlecode.com/svn/javadoc/1.5/com/google/gwt/user/client/ui/Composite.html