Uses of Interface
cn.mapway.ui.client.mvc.attribute.IAttribute
Packages that use IAttribute
Package
Description
-
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute
Classes in cn.mapway.ui.client.mvc.attribute that implement IAttributeMethods in cn.mapway.ui.client.mvc.attribute that return IAttributeModifier and TypeMethodDescriptionAbstractAttributesProvider.findAttributeByName(String name) IAttributesProvider.findAttributeByName(String name) 根据名称查找属性AbstractAttribute.setAttrVisible(boolean visible) 设置编辑器显示或者隐藏IAttribute.setAttrVisible(boolean visible) 设置编辑器显示或者隐藏AbstractAttribute.setChangeCallback(IAttributePropertyChangeCallback callback) IAttribute.setChangeCallback(IAttributePropertyChangeCallback callback) 设置属性改变的回调Methods in cn.mapway.ui.client.mvc.attribute that return types with arguments of type IAttributeModifier and TypeMethodDescriptionAbstractAttributesProvider.getAttributes()ComposeAttributesProvider.getAttributes()IAttributesProvider.getAttributes()获取属性Methods in cn.mapway.ui.client.mvc.attribute with parameters of type IAttributeModifier and TypeMethodDescriptionvoidIAttributePropertyChangeCallback.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 IAttributeModifier and TypeClassDescriptionclass文本框编辑属性class颜色输入框编辑属性class文本框编辑属性class文本框编辑属性classclass文本框编辑属性class文本框编辑属性class文本框编辑属性class文本框编辑属性class文本框编辑属性 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.design
Classes in cn.mapway.ui.client.mvc.attribute.design that implement IAttributeModifier and TypeClassDescriptionclass构造一个简单的用于 编辑器参数的属性对象 他的 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 IAttributeMethods in cn.mapway.ui.client.mvc.attribute.editor that return types with arguments of type IAttributeMethods in cn.mapway.ui.client.mvc.attribute.editor with parameters of type IAttributeModifier and TypeMethodDescriptionvoidIAttributeEditor.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 IAttributeModifier and TypeMethodDescriptionvoidIEditorDesigner.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 IAttributeMethods in cn.mapway.ui.client.mvc.attribute.editor.common that return types with arguments of type IAttributeMethods in cn.mapway.ui.client.mvc.attribute.editor.common with parameters of type IAttributeModifier and TypeMethodDescriptionvoidAbstractAttributeEditor.editAttribute(ParameterValues runtimeParameters, IAttribute attribute) 设置组件编辑器的内容 通过组件工厂 AttributeEditorFactory 创建一个编辑器组件实例后 子组件必须首先调用此方法 处理一些基础数据 参见下拉框编辑器的设计 DropdownAttributeEditorMethod parameters in cn.mapway.ui.client.mvc.attribute.editor.common with type arguments of type IAttributeModifier and TypeMethodDescriptionvoidCommonEditorParameterDesigner.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 -
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 IAttributeMethod parameters in cn.mapway.ui.client.mvc.attribute.editor.dropdown with type arguments of type IAttributeModifier and TypeMethodDescriptionvoidDropdownListDesign.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 IAttributeModifier and TypeMethodDescriptionvoidAttributeGroup.appendAttribute(IAttribute attribute) 属性族中添加一个属性voidAttributeTable.appendAttribute(IAttribute attribute) 属性族中添加一个属性voidSimpleAttributeGroup.appendAttribute(IAttribute attribute) 属性族中添加一个属性AttributeGroup.findEditor(IAttribute attribute) SimpleAttributeGroup.findEditor(IAttribute attribute) AttributeGroup.findEditorProxy(IAttribute attribute) AttributeTable.findEditorProxy(IAttribute attribute) SimpleAttributeGroup.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 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.editor.proxy
Methods in cn.mapway.ui.client.mvc.attribute.editor.proxy that return IAttributeMethods in cn.mapway.ui.client.mvc.attribute.editor.proxy with parameters of type IAttributeModifier and TypeMethodDescriptionvoidAttributeItemEditorProxy.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 -
Uses of IAttribute in cn.mapway.ui.client.mvc.attribute.event
Fields in cn.mapway.ui.client.mvc.attribute.event declared as IAttribute -
Uses of IAttribute in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget that return IAttributeMethods in cn.mapway.ui.client.widget that return types with arguments of type IAttribute