Uses of Interface
cn.mapway.ui.client.mvc.attribute.IAttributeReadyCallback
Packages that use IAttributeReadyCallback
Package
Description
-
Uses of IAttributeReadyCallback in cn.mapway.ui.client.mvc.attribute
Classes in cn.mapway.ui.client.mvc.attribute that implement IAttributeReadyCallbackMethods in cn.mapway.ui.client.mvc.attribute with parameters of type IAttributeReadyCallbackModifier and TypeMethodDescriptionvoidAbstractAttributesProvider.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 IAttributeReadyCallbackModifier and TypeClassDescriptionclassObjectInspector 对象属性检查器class目标属性检查器对话框 和 ObjectInspector想对应 只不过 这里提供了对话框式的UIclass简单的对象属性检查器 接受一个 IAttributesProvider -
Uses of IAttributeReadyCallback in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget with parameters of type IAttributeReadyCallbackModifier and TypeMethodDescriptionvoidCommonEventComposite.addAttributeReadyCallback(IAttributeReadyCallback callback) voidCommonEventComposite.removeAttributeReadyCallback(IAttributeReadyCallback callback)