Uses of Interface
cn.mapway.ui.client.mvc.attribute.editor.IEditorDesigner
-
-
Uses of IEditorDesigner in cn.mapway.ui.client.mvc.attribute.editor
Methods in cn.mapway.ui.client.mvc.attribute.editor that return IEditorDesigner Modifier and Type Method Description default IEditorDesignerIAttributeEditor. getDesigner()获取编辑器参数设计组件 缺省返回null 不需要设计 -
Uses of IEditorDesigner in cn.mapway.ui.client.mvc.attribute.editor.common
Classes in cn.mapway.ui.client.mvc.attribute.editor.common that implement IEditorDesigner Modifier and Type Class Description classCommonEditorParameterDesigner通用编辑器参数设计器 -
Uses of IEditorDesigner in cn.mapway.ui.client.mvc.attribute.editor.date
Methods in cn.mapway.ui.client.mvc.attribute.editor.date that return IEditorDesigner Modifier and Type Method Description IEditorDesignerDateTimeAttributeEditor. getDesigner() -
Uses of IEditorDesigner in cn.mapway.ui.client.mvc.attribute.editor.dropdown
Classes in cn.mapway.ui.client.mvc.attribute.editor.dropdown that implement IEditorDesigner Modifier and Type Class Description classDropdownListDesign -
Uses of IEditorDesigner in cn.mapway.ui.client.mvc.attribute.editor.sys
Methods in cn.mapway.ui.client.mvc.attribute.editor.sys that return IEditorDesigner Modifier and Type Method Description IEditorDesignerSliderAttributeEditor. getDesigner()滑动条属性编辑器的参数设计器 // public double min; // public double max; // public double step; // public String unit; // public double exponent; // public Boolean continueReport;IEditorDesignerTextAreaAttributeEditor. getDesigner()设计的时候决定了需要什么参数 -
Uses of IEditorDesigner in cn.mapway.ui.client.mvc.attribute.editor.uploader
Methods in cn.mapway.ui.client.mvc.attribute.editor.uploader that return IEditorDesigner Modifier and Type Method Description IEditorDesignerImageUploadAttributeEditor. getDesigner()
-