public void actionObjectProp_actionPerformed(ActionEvent e)
          throws Exception {
     UIContext uiContext = new UIContext(this);
     uiContext.put("Owner", this);
     showDialog(BizObjPropForRoleUI.class.getName(), uiContext,
               OprtState.VIEW);
}
private IUIWindow showDialog(String strUI, Map map, String status)
          throws Exception {
     map.put("Owner", this);
     IUIFactory uiFactory = null;
     try {
          uiFactory = UIFactory
                     .createUIFactory("com.kingdee.eas.base.uiframe.client.UIModelDialogFactory");
          IUIWindow curDialog = uiFactory.create(strUI, map, null, status);
          curDialog.show();
          return curDialog;
     } catch (UIException ex1) {
          logger.error(ex1);
     }
     return null;
}

最新文章

  1. Jquery
  2. 1、Spring In Action 4th笔记(1)
  3. 【iOS】Foundation框架 学习笔记
  4. UESTC 881 神秘绑架案 --二维DP
  5. Adobe Scout 入门
  6. ejabberd组成模块
  7. 运行出错之未能加载文件或程序集“Microsoft.ReportViewer.Common, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91”或它的某一个依赖项。系统找不到指定的文件。文件名:“Microsoft.ReportViewer.Common, Version=11.0.0.0,
  8. 老男孩Python全栈开发(92天全)视频教程 自学笔记07
  9. Pilosa文档翻译(三)示例
  10. 创建ReactNative的iOS项目
  11. oracle 之 连接查询
  12. AtCoder Regular Contest 103 E Tr/ee
  13. SpringMVC处理ajax请求的跨域问题和注意事项
  14. node.js模块的坑
  15. SSL延迟有多大 (Https)
  16. Profibus基础知识学习——报文
  17. SQL Server 2014与TFS 2013的错误(TF53001:管理员已取消数据库操作)
  18. openssl生成iis需要的pfx格式的证书
  19. js 刷新父页面
  20. 前端PHP入门-013-变量作用域

热门文章

  1. CF #321 (Div. 2) E
  2. POJ2584_T-Shirt Gumbo(二分图多重最大匹配/最大流)
  3. [React] Refactor a connected Redux component to use Unstated
  4. [odroid-pc] ubuntu12.04 android4.0移植到odroid-pc过程
  5. 菜鸟nginx源代码剖析数据结构篇(六) 哈希表 ngx_hash_t(上)
  6. LeetCode 28 Divide Two Integers
  7. 判断文件是否为空 C++
  8. IP Address
  9. img标签间距问题
  10. Gym - 101981J The 2018 ICPC Asia Nanjing Regional Contest J.Prime Game 计数