blob: 8a5cd190b2b4b61a3db8254d20dcfc354842d81f [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.IBinding",
"description": "IBinding interface is a "marker" for data-binding class that is optimized for simple assignments of one object's property to another object's property.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "destination",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The destination object. It is always the same as the strand. SimpleBindings are attached to the strand of the destination object.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "sourceID",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "If not null, the id of the mxml tag who's property is being watched for changes.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "sourcePropertyName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "If not null, the name of a property on the mxml document that is being watched for changes.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "destinationPropertyName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name of the property on the strand that is set when the source property changes.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}