我有以下文件:model.as clint.mxml
在 clint.mxml 我有以下行:
<s:Group id='clint1' x="model.locationX">
...
在模型中。因为我有一个吸气剂:
[bindable(event="locationXChanged"))
function get locationX () : int {
return ...
}
我的问题是我需要在 getter locationX 中知道获取 id 的对象的 id 是 clint1(mxml 中的对象 id)。