在常见的谷歌服务中找到了 GWT 可折叠面板?

发布于 2024-08-17 20:40:45 字数 524 浏览 4 评论 0原文

GWT 孵化器包含 这个小部件,但它没有提供我正在寻找的干净的外观和感觉。同一页面确实显示了我想要使用的小部件: 带有小中间箭头图标的细调整大小栏,单击该图标可隐藏/显示页面侧面的停靠面板。

该小部件出现在许多谷歌服务页面上,这让我怀疑它可能是一个常见的小部件:

Google 阅读器
地图上稍作修改(动画)的版本

有谁可以找到或知道如何构建此版本GWT 中的小部件。

The GWT Incubator contains this widget, but it doesn't provide the clean look and feel I am looking for. The Same page does show precisely the widget I would like to use:
A thin resize bar with the small middle arrow icon which is clicked to hide/show a docked panel on the side of the page.

The widget appears on many google services pages, which makes me suspect that it may be a common widget:


Google Reader

Slightly modified (animated) version on Maps

Does anyone where to find or know how to build this widget in GWT.

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

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

发布评论

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

评论(2

剪不断理还乱 2024-08-24 20:40:45

使用 VerticalSpliPanel 并覆盖 OnClick 事件?单击后,您可以隐藏导航面板。

How about using a VerticalSpliPanel and overriding the OnClick event? On click you can hide your navigation panel.

我的黑色迷你裙 2024-08-24 20:40:45

我不认为地图和 Google Reader 是使用 GWT 构建的。我知道 Wave 是,并且它不使用您正在寻找的可折叠面板...我的猜测是这个特定的小部件在 GWT 中不可用,但您也许能够找到合适的替代品。如果你这样做,请告诉我。

I don't think Maps and Google Reader are build using GWT. I know Wave is, and it doesn't use the collapsible panel you're looking for... My guess is that this specific widget is not available in GWT but you may be able to find a suitable replacement. Let me know if you do.

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