Uses of Class
cn.mapway.ui.client.mvc.ModuleInfo
Packages that use ModuleInfo
Package
Description
-
Uses of ModuleInfo in cn.mapway.ui.client.frame
Methods in cn.mapway.ui.client.frame that return ModuleInfoMethods in cn.mapway.ui.client.frame with parameters of type ModuleInfoModifier and TypeMethodDescriptionvoidModuleBox.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 ModuleInfoMethods in cn.mapway.ui.client.mvc that return ModuleInfoModifier and TypeMethodDescriptionModuleInfo.copy()Copy module info.ModuleFactory.findModuleInfo(String moduleCode) 根据模块代码找到模块信息ModuleFactory.findModuleInfoByHash(String hash) 根据模块哈希找到模块信息BaseAbstractModule.getModuleInfo()IModule.getModuleInfo()获取模块信息ModuleFactory.registerComponent(ModuleInfo moduleInfo) 注册一个Java组件ModuleInfo.setSingle(boolean single) 设置单例模式.Methods in cn.mapway.ui.client.mvc that return types with arguments of type ModuleInfoModifier and TypeMethodDescriptionModuleFactory.getModules()获取系统中的所有可用模块.ModuleFactory.getRootModules()返回根模块列表Methods in cn.mapway.ui.client.mvc with parameters of type ModuleInfoModifier and TypeMethodDescriptionModuleFactory.registerComponent(ModuleInfo moduleInfo) 注册一个Java组件 -
Uses of ModuleInfo in cn.mapway.ui.client.widget.buttons
Methods in cn.mapway.ui.client.widget.buttons that return ModuleInfoMethods in cn.mapway.ui.client.widget.buttons with parameters of type ModuleInfoModifier and TypeMethodDescriptionvoidModuleButton.setData(ModuleInfo moduleInfo) voidMainButton.setModuleInfo(ModuleInfo moduleInfo) -
Uses of ModuleInfo in cn.mapway.ui.server.mvc
Subclasses of ModuleInfo in cn.mapway.ui.server.mvcMethods in cn.mapway.ui.server.mvc that return ModuleInfoModifier and TypeMethodDescriptionTemp.findModuleInfo(String moduleCode) Temp.findModuleInfoByHash(String hash) Temp.registerComponent(ModuleInfo moduleInfo) Methods in cn.mapway.ui.server.mvc that return types with arguments of type ModuleInfoMethods in cn.mapway.ui.server.mvc with parameters of type ModuleInfo