界面之间传递参数
1 UIContext uiContext = new UIContext(this); 2 uiContext.put("ID", getSelectedKeyValue()); 3 uiContext.put("isCollectBgFormUI", Boolean.FALSE); 4 IUIWindow uiWindow = UIFactory.createUIFactory(getEditUIModal()).create(BgNFormCollectProcessUI.class.getName(), uiContext, null, OprtState.VIEW); 5 uiWindow.show();
//新UI获取参数
private void loadContext();//this.getUIContext().get(paramname);

浙公网安备 33010602011771号