Uses of Interface
cn.mapway.ui.client.tools.IShowMessage
-
Packages that use IShowMessage Package Description cn.mapway.ui.client.frame cn.mapway.ui.client.tools cn.mapway.ui.client.util cn.mapway.ui.client.widget.dialog -
-
Uses of IShowMessage in cn.mapway.ui.client.frame
Classes in cn.mapway.ui.client.frame that implement IShowMessage Modifier and Type Class Description classModuleDispatcherModuleDispatcher 有两种事件的发生 会调度到这个模块调度器 1.classToolbarModuleToobarModule 此类的子类可以拥有一个工具栏classToolbarModulesToobarModules 此类的子类可以拥有一个工具栏,该工具栏上展示一些子模块 -
Uses of IShowMessage in cn.mapway.ui.client.tools
Classes in cn.mapway.ui.client.tools that implement IShowMessage Modifier and Type Class Description classMapwayLogMapwayLog -
Uses of IShowMessage in cn.mapway.ui.client.util
Methods in cn.mapway.ui.client.util with parameters of type IShowMessage Modifier and Type Method Description static booleanStringUtil. checkReg(String value, String pattern, String message, IShowMessage showMessage)static booleanStringUtil. isNotEmpty(String value, String message, IShowMessage showMessage)static booleanStringUtil. isNumber(String value, String message, IShowMessage showMessage)检查是否是数字 -
Uses of IShowMessage in cn.mapway.ui.client.widget.dialog
Classes in cn.mapway.ui.client.widget.dialog that implement IShowMessage Modifier and Type Class Description classSaveBarSaveBar fire close ok two event
-