| | |
| | | |
| | | import com.vci.client.LogonApplication; |
| | | import com.vci.client.common.PinyinCommon; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.omd.btm.ui.BtmClient; |
| | | import com.vci.client.omd.btm.wrapper.BtmItemWrapper; |
| | | import com.vci.client.omd.linktype.LinkTypeStart; |
| | |
| | | } |
| | | tree_templateIdCom.removeAllItems(); |
| | | if(linktypeFlage){ |
| | | QTInfo[] qts = QTDClient.getService().getObjTypeQTs(linkTypebtmName); |
| | | QTInfo[] qts = ServiceProvider.getOMDService().getQTDService().getObjTypeQTs(linkTypebtmName); |
| | | qts = getSortedQTWrappers(qts); |
| | | for(QTInfo qt : qts){ |
| | | tree_templateIdCom.addItem(qt.qtName); |
| | |
| | | txtTreeRootContent.setToolTipText("Link关系构成树根节点显示可额外设置表达式(具体参考\"树节点显示\"的表达式定义),如不设置就按照子孙节点一样显示!"); |
| | | tree_templateIdCom.setToolTipText("请选择链接类型[" + linkTypebtmName + "]所对应的查询"); |
| | | }else{ |
| | | QTInfo[] qts = QTDClient.getService().getObjTypeQTs(showtypebtmName); |
| | | QTInfo[] qts = ServiceProvider.getOMDService().getQTDService().getObjTypeQTs(showtypebtmName); |
| | | qts = getSortedQTWrappers(qts); |
| | | for(QTInfo qt : qts){ |
| | | tree_templateIdCom.addItem(qt.qtName); |