blob: 9cfec80ed7b01e28cd7a891d09e0e22b6f37dd41 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.ITitleBarModel",
"baseInterfaceNames": [
"org.apache.royale.core.IBeadModel"]
,
"description": "The ITitleBarModel interface describes the minimum set of properties available to control that displays a title bar. More sophisticated controls often have models that extend ITitleBarModel.",
"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": "title",
"namespace": "public",
"bindable": ["titleChange"],
"details": [],
"deprecated": {},
"description": "The title of the TitleBar.",
"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": "htmlTitle",
"namespace": "public",
"bindable": ["htmlTitleChange"],
"details": [],
"deprecated": {},
"description": "The title of the TitleBar as HTML.",
"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": "Boolean",
"qname": "showCloseButton",
"namespace": "public",
"bindable": ["showCloseButtonChange"],
"details": [],
"deprecated": {},
"description": "<code>true</code> if a close button should also be in the title bar.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}