blob: 294461267f0f0175ef1252a7ced98d6647ddca5d [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.ITextModel",
"baseInterfaceNames": [
"org.apache.royale.core.IBeadModel"]
,
"description": "The ITextModel interface describes the minimum set of properties available to control that displays text. More sophisticated controls often have models that extend ITextModel.",
"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": "String",
"qname": "text",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The text displayed in the control.",
"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": "html",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The html formatted text displayed in the control.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}