Flex - 在ActionScript代码中进行数据绑定
除了使用[Bindable]标签,还可以使用AS代码来进行数据绑定:
BindingUtils.bindProperty( toObj, "text", fromObj, "text" );
BindingUtils.bindProperty( toObj, "text", fromObj, "text" );