blob: 99a1a48b93860bf994f1dec8d15d0917afd07cbb [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.jewel.PopUp",
"baseClassname": "org.apache.royale.core.StyledUIBase"
,
"description": "The PopUp class is a component that can popup another component declared as IPopUp",
"tags": [
{ "tagName": "toplevel",
"values": []},
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.6"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.jewel.PopUp",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.6"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "modal",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "open",
"namespace": "public",
"bindable": ["openPopUp","closePopUp"],
"details": [],
"deprecated": {},
"description": "true, open the popup. close, close the popup"},
{ "type": "accessor",
"access": "read-write",
"return": "org.apache.royale.core.UIBase",
"qname": "content",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "the content to be instantiated inside the popup. Instead of setup this property, it can be declared through CSS using IPopUP royale bead css selector."},
{ "type": "method",
"qname": "addedToParent",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "The method called when added to a parent. The PopUp class uses this opportunity to install the content",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.6"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
,
{ "type": "method",
"qname": "createElement",
"namespace": "protected",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "",
"tags": [
{ "tagName": "royaleignorecoercion",
"values": ["org.apache.royale.core.WrappedHTMLElement", "org.apache.royale.html.util.addElementToWrapper"]} ],
"return": "org.apache.royale.core.WrappedHTMLElement",
"params": []}
]
,
"events": [
{ "qname": "openPopUp",
"type": "org.apache.royale.events.Event"
,
"description": "The openPopUp event is dispatched when the we want to open the popup"},
{ "qname": "closePopUp",
"type": "org.apache.royale.events.Event"
,
"description": "The closePopUp event is dispatched when the we want to close the popup"}]
}