如何从 Glazed List 构建 HTML 表格?

发布于 2024-07-16 06:36:19 字数 249 浏览 12 评论 0原文

上周我将 Glazed List 库下载到 eclipse 中。 我一直在浏览教程,似乎一切都是为了运行 jTable 或 SWT 而设计的。 我需要一个可排序的简单 HTML 表格的后备列表(地图、表格等)。 我一直通过滚动我自己的类来从列表或地图(非常大的列表和地图)创建 HTML 表来做到这一点。 不允许编写脚本。

Glazed List 对于我想做的事情来说是否太过分了? 如果有办法,有人可以指出我正确的方向,也许是一个例子或教程。

Lat week I downloaded the Glazed List library into eclipse. I have been looking through the tutorials and it seems that everything is designed to run jTable or SWT. I am need a backing list(Map, table, whatever) for simple HTML tables that can be sortable. I have been doing this by rolling my own classes to create HTML tables from either Lists or Maps(Very Large Lists and Maps). No scripting allowed.

Is Glazed List overkill for what I am wanting to do? If there is a way, could someone point me in the right direction, perhaps a example or a tutorial.

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

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

发布评论

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

评论(2

倾`听者〃 2024-07-23 06:36:19

我认为这并不是完成这项工作的正确工具。 GlazedLists 的创建主要是为了支持基于 Swing 或 SWT 的 UI。 您可以让它作为服务器端 HTML 表的支持模型很好地工作,但您必须自己创建渲染代码。

在此 URL 中,您可以看到文档提到它可以开箱即用地与 swing 或 SWT 一起使用,但没有提到 HTML:

http://sites.google.com/site/glazedlists/propaganda/features#TOC-Swing-or-SWT

不过,都说了,它确实是一个很好的支持模型。 创建渲染代码可能并不那么困难。

I think it is not exactly the right tool for the job. GlazedLists was created to support mostly Swing or SWT based UIs. You can get it to work well as a backing model for the HTML table on the server side, but you would have to create the rendering code yourself.

In this URL you can see that the documentation mentions that it can be used with swing or SWT out of the box, but no HTML mentioned:

http://sites.google.com/site/glazedlists/propaganda/features#TOC-Swing-or-SWT

All said, however, it does make a good backing model. Creating the rendering code might not be so hard.

凉宸 2024-07-23 06:36:19

我们有一位官方 GWT 端口的志愿者,但尚未提供。 在一项不相关的工作中,gwt-stuff 项目中有一个 EventList ,但我还没有研究过。

We had a volunteer for an official GWT port, but it's not available yet. In an unrelated effort, there's an EventList in the gwt-stuff project, but I haven't investigated it.

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