Uses of Class
cn.mapway.ui.client.mvc.ModuleParameter
-
Packages that use ModuleParameter Package Description cn.mapway.ui.client.frame cn.mapway.ui.client.mvc -
-
Uses of ModuleParameter in cn.mapway.ui.client.frame
Methods in cn.mapway.ui.client.frame with parameters of type ModuleParameter Modifier and Type Method Description booleanSubsystemModule. initialize(IModule parentModule, ModuleParameter parameter)IModuleDispatcherModuleDispatcher. switchModule(String code, ModuleParameter parameter, boolean saveToHistory) -
Uses of ModuleParameter in cn.mapway.ui.client.mvc
Methods in cn.mapway.ui.client.mvc that return ModuleParameter Modifier and Type Method Description ModuleParameterBaseAbstractModule. getParameters()ModuleParameterIModule. getParameters()获取模块参数.ModuleParameterSwitchModuleData. getParameters()Gets parameters.Methods in cn.mapway.ui.client.mvc with parameters of type ModuleParameter Modifier and Type Method Description booleanBaseAbstractModule. initialize(IModule parentModule, ModuleParameter parameter)booleanIModule. initialize(IModule parentModule, ModuleParameter parameters)初始化模块.voidModuleParameter. merge(ModuleParameter source)SwitchModuleDataSwitchModuleData. merge(ModuleParameter moduleParameter)voidSwitchModuleData. setParameters(ModuleParameter ps)设置模块参数.IModuleDispatcherIModuleDispatcher. switchModule(String code, ModuleParameter parameter, boolean saveToHistory)切换模块.
-