查询面板中公司参照选非叶子节点时确定按钮可用

BillItem pk_corp = builder.refPane("pk_corp", "公司", "公司目录(集团)",
		getPk_corp());
	((UIRefPane) pk_corp.getComponent()).setNotLeafSelectedEnabled(true);
	pk_corp.setValue(getPk_corp());

 

注意:

UIRefPane.getRefModel().setNotLeafSelectedEnabled(true);的这个方法是不起作用的,不知道这个类为什么也有这个没用的方法,另人费解

你可能感兴趣的:(查询)