The SimpleBinding class is lightweight data-binding class that
is optimized for simple assignments of one object's property to
another object's property.
This method is called to notify an instance of what MXML document
it belongs to, if any, and what its assigned id is in that
document, if any.
SimpleBinding
Property Detail
destination
property
public var destination:Object
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The destination object. It is always the same
as the strand. SimpleBindings are attached to
the strand of the destination object.
destinationPropertyName
property
public var destinationPropertyName:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The name of the property on the strand that
is set when the source property changes.
document
property
protected var document:Object
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The host mxml document for the source and
destination objects. The source object
is either this document for simple bindings
like {foo} where foo is a property on
the mxml documnet, or found as document[sourceID]
for simple bindings like {someid.someproperty}
eventName
property
public var eventName:String
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
The event name that is dispatched when the source
property changes.