Uses of Class
cn.mapway.ui.client.mvc.attribute.AttributeValue
Packages that use AttributeValue
Package
Description
-
Uses of AttributeValue in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionstatic List<AttributeValue>DataCastor.attrsValueFromJson(String json) AbstractAttributesProvider.flatten()IAttributesProvider.flatten()将属性变为哈希表Method parameters in cn.mapway.ui.client.mvc.attribute with type arguments of type AttributeValueModifier and TypeMethodDescriptionstatic StringDataCastor.attrsValueToJson(List<AttributeValue> attributeValues) voidAbstractAttributesProvider.updateAttributeValues(List<AttributeValue> values) voidIAttributeValuesUpdator.updateAttributeValues(List<AttributeValue> values) 更新属性的值 -
Uses of AttributeValue in cn.mapway.ui.client.mvc.attribute.editor.inspector
Methods in cn.mapway.ui.client.mvc.attribute.editor.inspector that return types with arguments of type AttributeValueMethod parameters in cn.mapway.ui.client.mvc.attribute.editor.inspector with type arguments of type AttributeValueModifier and TypeMethodDescriptionvoidAttributeGroup.updateValue(List<AttributeValue> values) 更新属性值voidAttributeTable.updateValue(List<AttributeValue> values) 更新属性值voidObjectInspector.updateValue(List<AttributeValue> values) 更新属性界面的值 根据altName字段进行匹配voidObjectInspectorPanel.updateValue(List<AttributeValue> values) 更新属性界面的值 根据altName字段进行匹配voidSimpleAttributeGroup.updateValue(List<AttributeValue> values) 更新属性值voidSimpleObjectInspector.updateValue(List<AttributeValue> values) 更新属性界面的值 根据altName字段进行匹配 -
Uses of AttributeValue in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget that return types with arguments of type AttributeValueMethod parameters in cn.mapway.ui.client.widget with type arguments of type AttributeValueModifier and TypeMethodDescriptionvoidCommonEventComposite.updateAttributeValues(List<AttributeValue> values)