<!--====== 视图元素:[PUBAPP表单控件(ShowUpableBillForm)实例对象] ==============--><bean id="billForm" class="nc.ui.fdc_pr.h303113510.ace.view.MyShowUpableBillForm" init-method="initUI"><property name="model"><ref bean="bmModel" /></property><property name="nodekey" value="bt" /><!-- 表体行操作按钮注册,这只是一组默认设置,开发人员需要自己在此添加其他需要的表体行操作按钮 --><property name="bodyLineActions"><list><bean class="nc.ui.fdc_pr.h303113510.actions.AddLineAction" /><bean class="nc.ui.pubapp.uif2app.actions.BodyInsertLineAction" /><bean class="nc.ui.pubapp.uif2app.actions.BodyDelLineAction" /></list></property></bean>" init-method="initUI"><property name="model"><ref bean="bmModel" /></property><property name="nodekey" value="bt" /><!-- 表体行操作按钮注册,这只是一组默认设置,开发人员需要自己在此添加其他需要的表体行操作按钮 --><property name="bodyLineActions"><list><bean class="nc.ui.fdc_pr.h303113510.actions.AddLineAction" /><bean class="nc.ui.pubapp.uif2app.actions.BodyInsertLineAction" /><bean class="nc.ui.pubapp.uif2app.actions.BodyDelLineAction" /></list></property></bean>
package nc.ui.fdc_pr.h303113510.ace.view;import nc.ui.pub.bill.BillItem;
import nc.vo.pub.lang.UFDate;
import nc.vo.pub.lang.UFDouble;/*** * @author: zenglong* @ClassName: MyShowUpableBillForm * @Description:合同续约时开始日期不可编辑* @date: 2016年12月21日*/
public class MyShowUpableBillForm extendsnc.ui.pubapp.uif2app.view.ShowUpableBillForm {private static final long serialVersionUID = 8111660983732584919L;@Overridepublic void setValue(Object object) {// TODO 自动生成的方法存根super.setValue(object);String date=getBillCardPanel().getHeadItem("dpactstart").getValue();String brenewal=getBillCardPanel().getHeadItem("brenewal").getValue();if (date!=null && brenewal!=null && brenewal.equals("true")) {getBillCardPanel().getHeadItem("dpactstart").setEdit(false);}
// BillItem[] bodyItems =getBillCardPanel().getBillModel("id_standardpact").getBodyItems();
// for (BillItem item : bodyItems) {
// item.setEnabled(false);
// }
// getBillCardPanel().getBillModel("id_standardpact").setEnabledAllItems(false);
// getBillCardPanel().getBillTable("id_standardpact").get}
}
本文发布于:2024-01-27 16:51:10,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/17063457201478.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |