界面之间传递参数

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);

posted @ 2015-04-21 17:17  LJ9197  阅读(174)  评论(0)    收藏  举报