在进行行编辑时,难免会遇到切换行的时候。
此时就要友好进行提示是否保存当前行数据再切换等等。
则需要有切换行事件,PopUp弹出 确定时提交 取消时回滚。
af:table组件有selectionListener属性, 默认情况下
都是 selectionListener="#{bindings.[VO名].collectionModel.makeCurrent}"
现在如果需要获取换行的动作 则要在自己的managebean方法写此方法
如: selectionListener="#{pageFlowScope.[VO名].tableSelectionListener}" 其中pageFlowScope是我的managebean的生命周期,tableSelectionListener是我定义的 获取selectionListener的监听方法