📄 _test4-binding-generated.as
字号:
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import mx.core.IPropertyChangeNotifier;
import mx.events.PropertyChangeEvent;
import mx.utils.ObjectProxy;
import mx.utils.UIDUtil;
import Array;
import mx.controls.List;
import mx.controls.TextInput;
import mx.controls.ComboBox;
class BindableProperty
{
/**
* generated bindable wrapper for property _ComboBox1 (public)
* - generated setter
* - generated getter
* - original public var '_ComboBox1' moved to '_1286961963_ComboBox1'
*/
[Bindable(event="propertyChange")]
public function get _ComboBox1():mx.controls.ComboBox
{
return this._1286961963_ComboBox1;
}
public function set _ComboBox1(value:mx.controls.ComboBox):void
{
var oldValue:Object = this._1286961963_ComboBox1;
if (oldValue !== value)
{
this._1286961963_ComboBox1 = value;
dispatchEvent(mx.events.PropertyChangeEvent.createUpdateEvent(this, "_ComboBox1", oldValue, value));
}
}
/**
* generated bindable wrapper for property _List1 (public)
* - generated setter
* - generated getter
* - original public var '_List1' moved to '_1501768140_List1'
*/
[Bindable(event="propertyChange")]
public function get _List1():mx.controls.List
{
return this._1501768140_List1;
}
public function set _List1(value:mx.controls.List):void
{
var oldValue:Object = this._1501768140_List1;
if (oldValue !== value)
{
this._1501768140_List1 = value;
dispatchEvent(mx.events.PropertyChangeEvent.createUpdateEvent(this, "_List1", oldValue, value));
}
}
/**
* generated bindable wrapper for property txt1 (public)
* - generated setter
* - generated getter
* - original public var 'txt1' moved to '_3574721txt1'
*/
[Bindable(event="propertyChange")]
public function get txt1():mx.controls.TextInput
{
return this._3574721txt1;
}
public function set txt1(value:mx.controls.TextInput):void
{
var oldValue:Object = this._3574721txt1;
if (oldValue !== value)
{
this._3574721txt1 = value;
dispatchEvent(mx.events.PropertyChangeEvent.createUpdateEvent(this, "txt1", oldValue, value));
}
}
/**
* generated bindable wrapper for property txt2 (public)
* - generated setter
* - generated getter
* - original public var 'txt2' moved to '_3574722txt2'
*/
[Bindable(event="propertyChange")]
public function get txt2():mx.controls.TextInput
{
return this._3574722txt2;
}
public function set txt2(value:mx.controls.TextInput):void
{
var oldValue:Object = this._3574722txt2;
if (oldValue !== value)
{
this._3574722txt2 = value;
dispatchEvent(mx.events.PropertyChangeEvent.createUpdateEvent(this, "txt2", oldValue, value));
}
}
/**
* generated bindable wrapper for property dataSource ()
* - generated setter
* - generated getter
* - original var 'dataSource' moved to '_1272470629dataSource'
*/
[Bindable(event="propertyChange")]
function get dataSource():Array
{
return this._1272470629dataSource;
}
function set dataSource(value:Array):void
{
var oldValue:Object = this._1272470629dataSource;
if (oldValue !== value)
{
this._1272470629dataSource = value;
dispatchEvent(mx.events.PropertyChangeEvent.createUpdateEvent(this, "dataSource", oldValue, value));
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -