Uses of Interface
cn.mapway.ui.client.mvc.tip.IPageTip
Packages that use IPageTip
Package
Description
-
Uses of IPageTip in cn.mapway.ui.client.frame
Classes in cn.mapway.ui.client.frame that implement IPageTipModifier and TypeClassDescriptionclassclassModuleBoxclassModuleSelector 模型选择class子系统窗口管理器 子系统管理器 能够管理本子系统下的所有子模块 如果子模块所属的group为 全屏,就会将子模块进行全屏展示classToobarModule 此类的子类可以拥有一个工具栏classToobarModules 此类的子类可以拥有一个工具栏,该工具栏上展示一些子模块 -
Uses of IPageTip in cn.mapway.ui.client.mvc
Classes in cn.mapway.ui.client.mvc that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.checkbox
Classes in cn.mapway.ui.client.mvc.attribute.editor.checkbox that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.color
Classes in cn.mapway.ui.client.mvc.attribute.editor.color that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.common
Classes in cn.mapway.ui.client.mvc.attribute.editor.common that implement IPageTipModifier and TypeClassDescriptionclass抽象的属性编辑器基类 继承类实现 setValue getValue 提供 popupWidget 会提供一个 button进行选择 提供 DisplayWidget 会显示widget 没有 会使用缺省的 TextBox -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.date
Classes in cn.mapway.ui.client.mvc.attribute.editor.date that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.dropdown
Classes in cn.mapway.ui.client.mvc.attribute.editor.dropdown that implement IPageTipModifier and TypeClassDescriptionclass下拉框的属性编辑器class列表框的选项编辑器 -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.editorselector
Classes in cn.mapway.ui.client.mvc.attribute.editor.editorselector that implement IPageTipModifier and TypeClassDescriptionclassclass属性编辑器选择 编辑器class编辑器选择 -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.icon
Classes in cn.mapway.ui.client.mvc.attribute.editor.icon that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.inspector
Classes in cn.mapway.ui.client.mvc.attribute.editor.inspector that implement IPageTipModifier and TypeClassDescriptionclassAttributeGroup 属性组classclass对象事件查看classObjectInspector 对象属性检查器class目标属性检查器对话框 和 ObjectInspector想对应 只不过 这里提供了对话框式的UIclassSimpleAttributeGroup 属性组 -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.label
Classes in cn.mapway.ui.client.mvc.attribute.editor.label that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.padding
Classes in cn.mapway.ui.client.mvc.attribute.editor.padding that implement IPageTipModifier and TypeClassDescriptionclassPadding box 数值编辑 box数值为 [top right bottom left] 或者 [top bottom] [left right] 或者 [value] -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.sys
Classes in cn.mapway.ui.client.mvc.attribute.editor.sys that implement IPageTipModifier and TypeClassDescriptionclass滑动条属性编辑器 滑动条本身可以定义一些参数 SlideProperty 滑动条输出的值 value为 sliderProperty中设定的值 当代码初始化改组件的时候 可以传入滑动条的属性class -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.textbox
Classes in cn.mapway.ui.client.mvc.attribute.editor.textbox that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.attribute.editor.uploader
Classes in cn.mapway.ui.client.mvc.attribute.editor.uploader that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.mvc.tip
Methods in cn.mapway.ui.client.mvc.tip that return IPageTipModifier and TypeMethodDescriptionIPageTip.addTipDataHtml(com.google.gwt.user.client.ui.Widget target, String title, String html) 添加一个html表示的内容IPageTip.addTipDataUrl(com.google.gwt.user.client.ui.Widget target, String title, String url) 添加一个Url表示的内容IPageTip.addTipDataWidget(com.google.gwt.user.client.ui.Widget target, String title, com.google.gwt.user.client.ui.Widget content) 添加一个Widget表示的内容IPageTip.clearTipData()清空提示信息IPageTip.setComponentName(String componentName) 设置组件名称IPageTip.setTipVersion(int tipVersion) 设置TIpVersionIPageTip.showPageTip()显示页面提示 -
Uses of IPageTip in cn.mapway.ui.client.widget
Classes in cn.mapway.ui.client.widget that implement IPageTipModifier and TypeClassDescriptionclassclassCommonEventComposite 这是一个组件 不是容器面板panel 组件一定是放在一个容器中的 这个组件也可以通过装饰器来装饰classclass图像上传组件,上传后自动展示该图片, 上传开始 报告 SUBMIT事件 上传完成 报告OK事件.class搜索框classMethods in cn.mapway.ui.client.widget that return IPageTipModifier and TypeMethodDescriptionCommonEventComposite.addTipDataHtml(com.google.gwt.user.client.ui.Widget target, String title, String html) CommonEventComposite.addTipDataUrl(com.google.gwt.user.client.ui.Widget target, String title, String url) CommonEventComposite.addTipDataWidget(com.google.gwt.user.client.ui.Widget target, String title, com.google.gwt.user.client.ui.Widget content) CommonEventComposite.clearTipData()CommonEventComposite.setComponentName(String componentName) CommonEventComposite.setTipVersion(int tipVersion) CommonEventComposite.showPageTip() -
Uses of IPageTip in cn.mapway.ui.client.widget.buttons
Classes in cn.mapway.ui.client.widget.buttons that implement IPageTipModifier and TypeClassDescriptionclassResetButtonclassclassclassTextButton -
Uses of IPageTip in cn.mapway.ui.client.widget.color
Classes in cn.mapway.ui.client.widget.color that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.widget.dialog
Classes in cn.mapway.ui.client.widget.dialog that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.widget.icon
Classes in cn.mapway.ui.client.widget.icon that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.widget.list
Classes in cn.mapway.ui.client.widget.list that implement IPageTip -
Uses of IPageTip in cn.mapway.ui.client.widget.tree
Classes in cn.mapway.ui.client.widget.tree that implement IPageTip