Uses of Interface
cn.mapway.ui.client.mvc.IModule
Packages that use IModule
-
Uses of IModule in cn.mapway.ui.client.frame
Classes in cn.mapway.ui.client.frame that implement IModuleModifier and TypeClassDescriptionclass子系统窗口管理器 子系统管理器 能够管理本子系统下的所有子模块 如果子模块所属的group为 全屏,就会将子模块进行全屏展示classToobarModule 此类的子类可以拥有一个工具栏classToobarModules 此类的子类可以拥有一个工具栏,该工具栏上展示一些子模块Methods in cn.mapway.ui.client.frame with parameters of type IModuleModifier and TypeMethodDescriptionbooleanSubsystemModule.initialize(IModule parentModule, ModuleParameter parameter) -
Uses of IModule in cn.mapway.ui.client.mvc
Classes in cn.mapway.ui.client.mvc that implement IModuleMethods in cn.mapway.ui.client.mvc that return IModuleModifier and TypeMethodDescriptionICustomModuleCreator.create()ModuleFactory.createModule(String moduleCode, boolean single) 根据代码实例化模块.BaseAbstractModule.getParentModule()IModule.getParentModule()获取模块的父模块Methods in cn.mapway.ui.client.mvc with parameters of type IModuleModifier and TypeMethodDescriptionIModuleCallback.callback(IModule module, CommonEvent event) voidBaseAbstractModule.fireModuleEvent(IModule module, CommonEvent event) 向模块外发送事件BaseAbstractModule.getModulePath(IModule module) Gets module path.booleanBaseAbstractModule.initialize(IModule parentModule, ModuleParameter parameter) booleanIModule.initialize(IModule parentModule, ModuleParameter parameters) 初始化模块. -
Uses of IModule in cn.mapway.ui.server.mvc
Methods in cn.mapway.ui.server.mvc that return IModule