Uses of Class
cn.mapway.ui.client.mvc.ModuleInfo
-
Packages that use ModuleInfo Package Description cn.mapway.ui.client.frame cn.mapway.ui.client.mvc cn.mapway.ui.client.widget.buttons cn.mapway.ui.server.mvc -
-
Uses of ModuleInfo in cn.mapway.ui.client.frame
Methods in cn.mapway.ui.client.frame that return ModuleInfo Modifier and Type Method Description ModuleInfoModuleBox. getData()Methods in cn.mapway.ui.client.frame with parameters of type ModuleInfo Modifier and Type Method Description voidModuleBox. setData(ModuleInfo obj)voidToolbarModules. switchTo(ModuleInfo info) -
Uses of ModuleInfo in cn.mapway.ui.client.mvc
Fields in cn.mapway.ui.client.mvc with type parameters of type ModuleInfo Modifier and Type Field Description List<ModuleInfo>ModuleInfo. childrenMethods in cn.mapway.ui.client.mvc that return ModuleInfo Modifier and Type Method Description ModuleInfoModuleInfo. copy()Copy module info.ModuleInfoModuleFactory. findModuleInfo(String moduleCode)根据模块代码找到模块信息ModuleInfoModuleFactory. findModuleInfoByHash(String hash)根据模块哈希找到模块信息ModuleInfoBaseAbstractModule. getModuleInfo()ModuleInfoIModule. getModuleInfo()获取模块信息ModuleInfoModuleFactory. registerComponent(ModuleInfo moduleInfo)注册一个Java组件ModuleInfoModuleInfo. setSingle(boolean single)设置单例模式.Methods in cn.mapway.ui.client.mvc that return types with arguments of type ModuleInfo Modifier and Type Method Description List<ModuleInfo>ModuleFactory. getModules()获取系统中的所有可用模块.List<ModuleInfo>ModuleFactory. getRootModules()返回根模块列表Methods in cn.mapway.ui.client.mvc with parameters of type ModuleInfo Modifier and Type Method Description ModuleInfoModuleFactory. registerComponent(ModuleInfo moduleInfo)注册一个Java组件 -
Uses of ModuleInfo in cn.mapway.ui.client.widget.buttons
Methods in cn.mapway.ui.client.widget.buttons that return ModuleInfo Modifier and Type Method Description ModuleInfoModuleButton. getData()Methods in cn.mapway.ui.client.widget.buttons with parameters of type ModuleInfo Modifier and Type Method Description voidModuleButton. setData(ModuleInfo moduleInfo) -
Uses of ModuleInfo in cn.mapway.ui.server.mvc
Subclasses of ModuleInfo in cn.mapway.ui.server.mvc Modifier and Type Class Description classServerModuleInfoServerModuleInfoMethods in cn.mapway.ui.server.mvc that return ModuleInfo Modifier and Type Method Description ModuleInfoTemp. findModuleInfo(String moduleCode)ModuleInfoTemp. findModuleInfoByHash(String hash)ModuleInfoTemp. registerComponent(ModuleInfo moduleInfo)Methods in cn.mapway.ui.server.mvc that return types with arguments of type ModuleInfo Modifier and Type Method Description List<ModuleInfo>Temp. getModules()List<ModuleInfo>Temp. getRootModules()Methods in cn.mapway.ui.server.mvc with parameters of type ModuleInfo Modifier and Type Method Description ModuleInfoTemp. registerComponent(ModuleInfo moduleInfo)
-