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();
金蝶BOS 弹出界面
本文介绍了如何使用Map传递参数创建UI窗口,并展示了具体的代码实现过程。通过实例演示了UI窗口的创建、获取UI对象及展示窗口的方法。

被折叠的 条评论
为什么被折叠?



