首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

adf table行抉择事件listener

2013-08-10 
adf table行选择事件listeneradf 中很容易实现选中一行后,iterator指到该行,其他属性值或form跟着改变的功

adf table行选择事件listener

adf 中很容易实现选中一行后,iterator指到该行,其他属性值或form跟着改变的功能。最重要的是table会有一个selectionListener:#{bindings.VO.collectionModel.makeCurrent}。

热点排行