Uses of Interface
cn.mapway.ui.client.mvc.attribute.IAttribute
-
-
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute
Classes in cn.mapway.ui.client.mvc.attribute that implement IAttribute Modifier and Type Class Description classAbstractAttributeAbstractAttribute 提供大部分的属性定义接口Methods in cn.mapway.ui.client.mvc.attribute that return IAttribute Modifier and Type Method Description IAttributeAbstractAttributesProvider. findAttributeByName(String name)IAttributeIAttributesProvider. findAttributeByName(String name)根据名称查找属性IAttributeAbstractAttribute. setAttrVisible(boolean visible)设置编辑器显示或者隐藏IAttributeIAttribute. setAttrVisible(boolean visible)设置编辑器显示或者隐藏IAttributeAbstractAttribute. setChangeCallback(IAttributePropertyChangeCallback callback)IAttributeIAttribute. setChangeCallback(IAttributePropertyChangeCallback callback)设置属性改变的回调Methods in cn.mapway.ui.client.mvc.attribute that return types with arguments of type IAttribute Modifier and Type Method Description List<IAttribute>AbstractAttributesProvider. getAttributes()List<IAttribute>ComposeAttributesProvider. getAttributes()List<IAttribute>IAttributesProvider. getAttributes()获取属性Methods in cn.mapway.ui.client.mvc.attribute with parameters of type IAttribute Modifier and Type Method Description voidIAttributePropertyChangeCallback. onAttributePropertyChange(IAttribute senderAttribute)属性更新后 调用这个方法通知 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.atts
Classes in cn.mapway.ui.client.mvc.attribute.atts that implement IAttribute Modifier and Type Class Description classCheckBoxAttribute文本框编辑属性classColorBoxAttribute颜色输入框编辑属性classDropdownAttribute文本框编辑属性classImageUploadBoxAttribute文本框编辑属性classLabelAttributeclassSimpleCheckBoxAttribute文本框编辑属性classSimpleColorBoxAttribute文本框编辑属性classSimpleDropdownBoxAttribute文本框编辑属性classSimpleTextBoxAttribute文本框编辑属性classTextBoxAttribute文本框编辑属性 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.design
Classes in cn.mapway.ui.client.mvc.attribute.design that implement IAttribute Modifier and Type Class Description classParameterAttribute构造一个简单的用于 编辑器参数的属性对象 他的 EditorData is TextBoxAttribueEditor.EDITOR_CODE -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor
Methods in cn.mapway.ui.client.mvc.attribute.editor that return IAttribute Modifier and Type Method Description IAttributeIAttributeEditor. getAttribute()获取编辑器对应的属性定义Methods in cn.mapway.ui.client.mvc.attribute.editor that return types with arguments of type IAttribute Modifier and Type Method Description List<IAttribute>IEditorDesigner. getParameters()获取参数设计器中的数据Methods in cn.mapway.ui.client.mvc.attribute.editor with parameters of type IAttribute Modifier and Type Method Description voidIAttributeEditor. editAttribute(ParameterValues runtimeParameters, IAttribute attribute)设置属性代理对象voidIAttributeEditorValueChangedHandler. onAttributeChanged(IAttributeEditor editor, IAttribute attribute)属性变化Method parameters in cn.mapway.ui.client.mvc.attribute.editor with type arguments of type IAttribute Modifier and Type Method Description voidIEditorDesigner. setParameters(String title, List<IAttribute> parameters)初始化参数设计器 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.common
Methods in cn.mapway.ui.client.mvc.attribute.editor.common that return IAttribute Modifier and Type Method Description IAttributeAbstractAttributeEditor. getAttribute()Methods in cn.mapway.ui.client.mvc.attribute.editor.common that return types with arguments of type IAttribute Modifier and Type Method Description List<IAttribute>CommonEditorParameterDesigner. getParameters()获取参数设计器中的数据Methods in cn.mapway.ui.client.mvc.attribute.editor.common with parameters of type IAttribute Modifier and Type Method Description voidAbstractAttributeEditor. editAttribute(ParameterValues runtimeParameters, IAttribute attribute)设置组件编辑器的内容 通过组件工厂 AttributeEditorFactory 创建一个编辑器组件实例后 子组件必须首先调用此方法 处理一些基础数据 参见下拉框编辑器的设计 DropdownAttributeEditorMethod parameters in cn.mapway.ui.client.mvc.attribute.editor.common with type arguments of type IAttribute Modifier and Type Method Description voidCommonEditorParameterDesigner. setParameters(String title, List<IAttribute> parameters)初始化参数设计器 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.date
Classes in cn.mapway.ui.client.mvc.attribute.editor.date that implement IAttribute Modifier and Type Class Description classDateTimeAttribute时间日期属性 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.dropdown
Methods in cn.mapway.ui.client.mvc.attribute.editor.dropdown that return types with arguments of type IAttribute Modifier and Type Method Description List<IAttribute>DropdownListDesign. getParameters()获取参数设计器中的数据Method parameters in cn.mapway.ui.client.mvc.attribute.editor.dropdown with type arguments of type IAttribute Modifier and Type Method Description voidDropdownListDesign. setParameters(String title, List<IAttribute> parameters)初始化参数设计器 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.inspector
Methods in cn.mapway.ui.client.mvc.attribute.editor.inspector with parameters of type IAttribute Modifier and Type Method Description voidAttributeGroup. appendAttribute(IAttribute attribute)属性族中添加一个属性voidAttributeTable. appendAttribute(IAttribute attribute)属性族中添加一个属性voidSimpleAttributeGroup. appendAttribute(IAttribute attribute)属性族中添加一个属性IAttributeEditorAttributeGroup. findEditor(IAttribute attribute)IAttributeEditorSimpleAttributeGroup. findEditor(IAttribute attribute)AttributeItemEditorProxyAttributeGroup. findEditorProxy(IAttribute attribute)AttributeItemEditorProxyAttributeTable. findEditorProxy(IAttribute attribute)AttributeItemEditorProxySimpleAttributeGroup. findEditorProxy(IAttribute attribute)voidAttributeGroup. onAttributePropertyChange(IAttribute iAttribute)某个属性发生变化 显示或者隐藏voidAttributeTable. onAttributePropertyChange(IAttribute senderAttribute) -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.padding
Classes in cn.mapway.ui.client.mvc.attribute.editor.padding that implement IAttribute Modifier and Type Class Description classPaddingBoxAttribute -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.proxy
Methods in cn.mapway.ui.client.mvc.attribute.editor.proxy that return IAttribute Modifier and Type Method Description IAttributeAttributeItemEditorProxy. getAttribute()Methods in cn.mapway.ui.client.mvc.attribute.editor.proxy with parameters of type IAttribute Modifier and Type Method Description voidAttributeItemEditorProxy. createEditorInstance(IAttribute attribute)创建编辑器实例voidAttributeItemEditorProxy. onAttributePropertyChange(IAttribute senderAttribute)属性发生变更 更新UI渲染 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.sys
Classes in cn.mapway.ui.client.mvc.attribute.editor.sys that implement IAttribute Modifier and Type Class Description classTextAreaAttribute -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.event
Fields in cn.mapway.ui.client.mvc.attribute.event declared as IAttribute Modifier and Type Field Description IAttributeAttributeStateChangeEvent. attribute属性变更的信息 -
Uses of IAttribute in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget that return IAttribute Modifier and Type Method Description IAttributeCommonEventComposite. findAttributeByName(String name)Methods in cn.mapway.ui.client.widget that return types with arguments of type IAttribute Modifier and Type Method Description List<IAttribute>CommonEventComposite. getAttributes()
-