gpt4 book ai didi

gwt - 如何在 UiBinder XML 文件中使用 AbsolutePanel

转载 作者:行者123 更新时间:2023-12-04 17:13:33 24 4
gpt4 key购买 nike

我想通过仅使用 ui.xml 文件来使用所述面板进行绝对布局,但是不清楚这是否可行,因为文档集中在代码上并完全忽略了布局语言。我假设,由于教程没有提到这一点,这是不可能的,但想确定。

最佳答案

我知道这是旧的,但他们更新了 AbsolutePanel 的 uibinder

Use in UiBinder Templates

AbsolutePanel elements in UiBinder templates lay out their children with absolute position, using elements. Each at element should have left and top attributes in pixels. They also can contain widget children directly, with no position specified.

For example:


<g:AbsolutePanel>
<g:at left='10' top='20'>
<g:Label>Lorem ipsum...</g:Label>
</g:at>
<g:Label>...dolores est.</g:Label>
</g:AbsolutePanel>

关于gwt - 如何在 UiBinder XML 文件中使用 AbsolutePanel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2823257/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com