Uses of Interface
cn.mapway.ui.client.mvc.attribute.IAttributePropertyChangeCallback
-
Packages that use IAttributePropertyChangeCallback Package Description cn.mapway.ui.client.mvc.attribute cn.mapway.ui.client.mvc.attribute.editor.inspector cn.mapway.ui.client.mvc.attribute.editor.proxy -
-
Uses of IAttributePropertyChangeCallback in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute with parameters of type IAttributePropertyChangeCallback Modifier and Type Method Description IAttributeAbstractAttribute. setChangeCallback(IAttributePropertyChangeCallback callback)IAttributeIAttribute. setChangeCallback(IAttributePropertyChangeCallback callback)设置属性改变的回调 -
Uses of IAttributePropertyChangeCallback in cn.mapway.ui.client.mvc.attribute.editor.inspector
Classes in cn.mapway.ui.client.mvc.attribute.editor.inspector that implement IAttributePropertyChangeCallback Modifier and Type Class Description classAttributeGroupAttributeGroup 属性组classAttributeTable -
Uses of IAttributePropertyChangeCallback in cn.mapway.ui.client.mvc.attribute.editor.proxy
Classes in cn.mapway.ui.client.mvc.attribute.editor.proxy that implement IAttributePropertyChangeCallback Modifier and Type Class Description classAttributeItemEditorProxy所有编辑器组件的一个代理 [name : EDITOR]
-