Apache Wicket 的动态 DisplayTag 组件?
我需要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来 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