Uses of Class
cn.mapway.ui.client.mvc.attribute.AttributeValue
-
Packages that use AttributeValue Package Description cn.mapway.ui.client.mvc.attribute cn.mapway.ui.client.mvc.attribute.editor.inspector cn.mapway.ui.client.widget -
-
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 AttributeValue Modifier and Type Method Description static List<AttributeValue>DataCastor. attrsValueFromJson(String json)List<AttributeValue>AbstractAttributesProvider. flatten()List<AttributeValue>IAttributesProvider. flatten()将属性变为哈希表Method parameters in cn.mapway.ui.client.mvc.attribute with type arguments of type AttributeValue Modifier and Type Method Description static 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 AttributeValue Modifier and Type Method Description List<AttributeValue>ObjectInspector. validate()验证属性输入是否正确,如果正确Method parameters in cn.mapway.ui.client.mvc.attribute.editor.inspector with type arguments of type AttributeValue Modifier and Type Method Description voidAttributeGroup. 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 AttributeValue Modifier and Type Method Description List<AttributeValue>CommonEventComposite. flatten()Method parameters in cn.mapway.ui.client.widget with type arguments of type AttributeValue Modifier and Type Method Description voidCommonEventComposite. updateAttributeValues(List<AttributeValue> values)
-