Primefaces 数据表:什么“onRowSelectUpdate=”显示“”方法?
我正在使用 primefaces 数据表,并且我已经多次看到 onRowSelectUpdate 事件调用“display”?
“显示”是什么意思?它是组件的公共方法还是其他什么?
I'm using the primefaces datatable and I've seen many times the onRowSelectUpdate event calling "display"?
What "display" means? is it a public method of the component or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它指的是每当您选择一行时将进行 ajax 更新的组件的 ID。例如,细节显示。
It refers the ID of the component which is to be ajax-updated whenever you select a row. For example, a detail display.
来自 PrimeFaces 用户指南,第 127 页:
听起来它的工作方式与 Ajax
update
属性相同,但在数据表中选择一行时被激活。我自己从未使用过它,所以我没有任何代码示例可以分享。From the PrimeFaces user guide, page 127:
Sounds like it works in the same way as the Ajax
update
attribute, but is activated when a row is selected in a data table. I've never used it myself so I don't have any code samples to share.