Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 UI 活页夹小部件包含到另一个小部件中:我正在使用 UI 活页夹构建一个表单,并希望包含一个也使用 UI 活页夹完成的精美按钮。有谁知道如何做到这一点?
谢谢!
是的,这是可能的。就像是:
<gwt:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:gwt='urn:import:com.google.gwt.user.client.ui' xmlns:foo='url:import:com.foo.your.package.here'> <gwt:HTMLPanel> <foo:YourUiBinderStuff /> </gwt:HTMLPanel> </gwt:UiBinder>