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>