首页 > 其他 > 详细

Table AdvanceTable针对表内行禁用multipleSelection , singleSelection

时间:2016-06-23 14:13:22      阅读:352      评论:0      收藏:0      [点我收藏+]
            OATableBean table = 
                (OATableBean)webBean.findChildRecursive("LineTable");

            table.setInsertable(true);
            table.setAutoInsertion(false); // we need to handle the button ourselves
            
             table.setAttributeValue(ALL_DETAILS_ENABLED_ATTR, 
                                                Boolean.TRUE);

             table.setSelectionDisabledBindingAttr("DisabledFlag");//DisabledFlag是当前VO行中的列,其值为Y或者N,Y为不可选择,N为可选择

 

Table AdvanceTable针对表内行禁用multipleSelection , singleSelection

原文:http://www.cnblogs.com/huanghongbo/p/5610418.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!