码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-06-23 14:16:24      阅读:154      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!