金蝶BOS 弹出界面

来源:互联网 发布:http默认端口号多少 编辑:程序博客网 时间:2024/05/16 23:52

 Map map = new UIContext(this);
   //这里可以用map传参数
   map.put(UIContext.OWNER, this);
   String ErrorViewUIClass = "com.kingdee.eas.custom.kongzhizhongxinrenwuchuli.client.CheHaoFilterUI";
   try {
    uiWindow = (UIModelDialog) UIFactory.createUIFactory(UIFactoryName.MODEL).create(
      ErrorViewUIClass, map, null, OprtState.VIEW);
   } catch (UIException e) {
    e.printStackTrace();
   }
   CheHaoFilterUI evi = (CheHaoFilterUI) uiWindow.getUIObject();
   uiWindow.show();

原创粉丝点击