blob: 0a3bf3f23d727cd2c4e35d5b9077b7807e9a8a57 [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.binding.PropertyWatcher",
"baseClassname": "org.apache.royale.binding.WatcherBase"
,
"description": "The PropertyWatcher class is the data-binding class that watches for changes to various properties in objects.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]},
{ "tagName": "royalesuppresspublicvarwarning",
"values": []} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.binding.PropertyWatcher",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. dispatched when the property changes. of the property changes if the property is not public.",
"tags": [
{ "tagName": "param",
"values": ["source The object who's property we are watching.", "propertyName The name of the property we are watching.", "eventNames The name or array of names of events that get", "getterFunction A function to call to get the value"]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "document", "type": "Object"},
{ "name": "propertyName", "type": "String"},
{ "name": "eventNames", "type": "Object"},
{ "name": "getterFunction", "type": "Function"}]}
,
{ "type": "field",
"qname": "dispatcher",
"return": "org.apache.royale.events.IEventDispatcher",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The event dispatcher that dispatches an event when the source property changes. This can be different from the source (example: static bindables)",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "document",
"return": "Object",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The document we belong to.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "source",
"return": "Object",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The object who's property we are watching.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "propertyName",
"return": "String",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name of the property we are watching.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "eventNames",
"return": "Object",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name or array of names of events that get dispatched when the property changes.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "getterFunction",
"return": "Function",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "A function to call to get the value of the property changes if the property is not public.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "field",
"qname": "funcProps",
"return": "Object",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Support for function return binding on a chain",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.7"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "method",
"qname": "changeHandler",
"namespace": "protected",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The event handler that gets called when the change events are dispatched.",
"tags": [
{ "tagName": "param",
"values": ["event The event that was dispatched to notify of a value change."]},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.events.ValueChangeEvent"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": [{ "name": "event", "type": "org.apache.royale.events.Event"}]}
]
}