Apache Wicket 的动态 DisplayTag 组件?

发布于 2024-11-23 15:06:24 字数 182 浏览 1 评论 0原文

我需要 Wicket 的动态 DisplayTag 组件。我想要做的是,我只需将此 DisplayTag 组件绑定到包含可更改数据集的动态数据源,并且该组件将自动创建一个包含数据集中动态列和行的表。

我可以在 Struts 框架中使用 DisplayTag 组件来完成此操作。有没有简单的方法可以对 Wicket 执行相同的操作?谢谢

I need a dynamic DisplayTag component for Wicket. What I want to do is, I will just bind this DisplayTag component to a dynamic data-source which contains changeable data-set, and the component will automatically create a table including dynamic columns and rows in the data-set.

I can do this in Struts framework by using DisplayTag component. Is there any simple way to do the same with Wicket? Thanks

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

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

发布评论

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

评论(1

独自←快乐 2024-11-30 15:06:24

听起来 DataTable 会完全满足您的需要。请参阅此示例 -

https://cwiki.apache.org/WICKET/simple -sortable-datatable-example.html

Sounds like DataTable will do exactly what you need. See this example -

https://cwiki.apache.org/WICKET/simple-sortable-datatable-example.html

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