Uses of Interface
cn.mapway.ui.client.mvc.IModule
-
Packages that use IModule Package Description cn.mapway.ui.client.frame cn.mapway.ui.client.mvc cn.mapway.ui.server.mvc -
-
Uses of IModule in cn.mapway.ui.client.frame
Classes in cn.mapway.ui.client.frame that implement IModule Modifier and Type Class Description classSubsystemModule子系统窗口管理器 子系统管理器 能够管理本子系统下的所有子模块 如果子模块所属的group为 全屏,就会将子模块进行全屏展示classToolbarModuleToobarModule 此类的子类可以拥有一个工具栏classToolbarModulesToobarModules 此类的子类可以拥有一个工具栏,该工具栏上展示一些子模块Methods in cn.mapway.ui.client.frame with parameters of type IModule Modifier and Type Method Description booleanSubsystemModule. initialize(IModule parentModule, ModuleParameter parameter) -
Uses of IModule in cn.mapway.ui.client.mvc
Classes in cn.mapway.ui.client.mvc that implement IModule Modifier and Type Class Description classBaseAbstractModule模块基类.Methods in cn.mapway.ui.client.mvc that return IModule Modifier and Type Method Description IModuleICustomModuleCreator. create()IModuleModuleFactory. createModule(String moduleCode, boolean single)根据代码实例化模块.IModuleBaseAbstractModule. getParentModule()IModuleIModule. getParentModule()获取模块的父模块Methods in cn.mapway.ui.client.mvc with parameters of type IModule Modifier and Type Method Description IntegerIModuleCallback. callback(IModule module, CommonEvent event)voidBaseAbstractModule. fireModuleEvent(IModule module, CommonEvent event)向模块外发送事件List<SwitchModuleData>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 Modifier and Type Method Description IModuleTemp. createModule(String moduleCode, boolean single)
-