gpt4 book ai didi

gwt - 如何安装 gwtbootstrap3 教程?

转载 作者:行者123 更新时间:2023-12-04 23:21:58 26 4
gpt4 key购买 nike

我对 gwt 非常陌生,我需要将现有应用程序更改为 gwtbootstrap 以使用 uibinder 模板。

我已经用谷歌搜索了基本的安装说明。下载后文件在哪里。
来自 https://github.com/gwtbootstrap3/gwtbootstrap3/tree/master/gwtbootstrap3

最佳答案

如果你没有 Maven

1) 下载 JAR 文件并将其添加到类路径中
http://mvnrepository.com/artifact/org.gwtbootstrap3/gwtbootstrap3

2) 在你的 GWT 模块中继承 GwtBootstrap3 模块:

<module>
<inherits name="org.gwtbootstrap3.GwtBootstrap3"/>
...
</module>

3) 使用 UiBinder XML 中的小部件:
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui"
xmlns:b="urn:import:org.gwtbootstrap3.client.ui">

<b:Container>
<b:PageHeader>Yay buttons!</b:PageHeader>

<b:Button>Some button</b:Button>
<b:Button type="DANGER" size="LARGE">Dangerous button</b:Button>
</b:Container>

</ui:UiBinder>

关于gwt - 如何安装 gwtbootstrap3 教程?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22822229/

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