Uses of Interface
cn.mapway.ui.client.mvc.ICustomModuleCreator
-
Packages that use ICustomModuleCreator Package Description cn.mapway.ui.client.mvc -
-
Uses of ICustomModuleCreator in cn.mapway.ui.client.mvc
Fields in cn.mapway.ui.client.mvc declared as ICustomModuleCreator Modifier and Type Field Description ICustomModuleCreatorModuleInfo. creatorConstructors in cn.mapway.ui.client.mvc with parameters of type ICustomModuleCreator Constructor Description ModuleInfo(String name, String code, String iconUrl, String unicode, String summary, ICustomModuleCreator creator)构建自定义组件
-