Uses of Interface
cn.mapway.ui.client.mvc.attribute.IAttributeReadyCallback
-
Packages that use IAttributeReadyCallback Package Description cn.mapway.ui.client.mvc.attribute cn.mapway.ui.client.mvc.attribute.editor.inspector cn.mapway.ui.client.widget -
-
Uses of IAttributeReadyCallback in cn.mapway.ui.client.mvc.attribute
Classes in cn.mapway.ui.client.mvc.attribute that implement IAttributeReadyCallback Modifier and Type Class Description classComposeAttributesProvider联合属性提供器 可以组合几个属性提供其为一个Methods in cn.mapway.ui.client.mvc.attribute with parameters of type IAttributeReadyCallback Modifier and Type Method Description voidAbstractAttributesProvider. addAttributeReadyCallback(IAttributeReadyCallback callback)voidIAttributesProvider. addAttributeReadyCallback(IAttributeReadyCallback callback)设置属性 准备好后的回调voidAbstractAttributesProvider. removeAttributeReadyCallback(IAttributeReadyCallback callback)voidIAttributesProvider. removeAttributeReadyCallback(IAttributeReadyCallback callback)移除属性准备好的回调 -
Uses of IAttributeReadyCallback in cn.mapway.ui.client.mvc.attribute.editor.inspector
Classes in cn.mapway.ui.client.mvc.attribute.editor.inspector that implement IAttributeReadyCallback Modifier and Type Class Description classObjectInspectorObjectInspector 对象属性检查器classObjectInspectorPanel目标属性检查器对话框 和 ObjectInspector想对应 只不过 这里提供了对话框式的UIclassSimpleObjectInspector简单的对象属性检查器 接受一个 IAttributesProvider -
Uses of IAttributeReadyCallback in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget with parameters of type IAttributeReadyCallback Modifier and Type Method Description voidCommonEventComposite. addAttributeReadyCallback(IAttributeReadyCallback callback)voidCommonEventComposite. removeAttributeReadyCallback(IAttributeReadyCallback callback)
-