以模态对话框方式启动
IUIWindow uiWindow=uiFactorycreate("com.kingdee.eas.basedata.master.auxacct.client.AccountSelectUI");uiWindow.show();2.在子界面获取传递下来的数据
private void loadContext(){ int mode=(Integer)this.getUiContext().get("EASMode").intValue(); AccountTableInfo accountTableInfo()=(AccountTableInfo)this.getUIContext().get("table"); CtrlUnitInfo cuInfo=(CtrlUnitInfo)this.getUIContext().get("cu"); AsstAccountInfo assAccoutnInfo=this.getUIContext().get("auxAccount"); AuxAccounteditUI ui=(AuxAccountEditUI)this.getUIContext().get("Owner");}