如何将 Google API 的 GWT 包装器添加到 GWT 设计器面板?

发布于 2024-11-16 16:02:22 字数 160 浏览 1 评论 0原文

我正在使用 GWT Designer 来构建网站。 我使用 Google Visualization API,希望能够在我的面板中放置饼图、时间线等。

有人知道如何将 Google API 的 GWT 库添加到 GWT Designer Palette 中吗?

干杯, 大卫

I'm using GWT Designer to build a site.
I use the Google Visualization API and would like to be able to place Pie Charts, Timelines, etc in my Panels.

Anyone know how to add GWT libs for Google APIs to the GWT Designer Palette?

Cheers,
David

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

满意归宿 2024-11-23 16:02:22

只有有效的 GWT 小部件和面板才可以添加到面板中,因此您需要将这些 API 包装到小部件中并为它们公开适当的 JavaBean API。

Only valid GWT widgets and panels may be added to the palette, so you would need to wrap those APIs into widgets and expose appropriate JavaBean APIs for them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文