{ "type": "class", | |
"qname": "org.apache.royale.html.Panel", | |
"baseClassname": "org.apache.royale.html.Group" | |
, | |
"description": "The Panel class is a Container component capable of parenting other components. The Panel has a TitleBar. If you want to a Panel with a ControlBar, use PanelWithControlBar which will instantiate, by default, an ControlBar. The Panel uses the following bead types: org.apache.royale.core.IBeadModel: the data model for the Panel that includes the title and whether or not to display the close button. org.apache.royale.core.IBeadView: creates the parts of the Panel. org.apache.royale.html.beads.IBorderBead: if present, draws a border around the Panel. org.apache.royale.html.beads.IBackgroundBead: if present, provides a colored background for the Panel.", | |
"tags": [ | |
{ "tagName": "see", | |
"values": ["PanelWithControlBar", "ControlBar", "TitleBar"]}, | |
{ "tagName": "toplevel", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.0"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "org.apache.royale.html.Panel", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "constructor.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.0"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "$addElement", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "void", | |
"params": [{ "name": "c", "type": "org.apache.royale.core.IChild"}, | |
{ "name": "dispatchEvent", "type": "Boolean"}]} | |
, | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "int", | |
"qname": "$numElements", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}}, | |
{ "type": "method", | |
"qname": "$getElementAt", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "org.apache.royale.core.IChild", | |
"params": [{ "name": "index", "type": "int"}]} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "title", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The string to display in the org.apache.royale.html.TitleBar.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IPanelModel"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "htmlTitle", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The HTML string to display in the org.apache.royale.html.TitleBar.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IPanelModel"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Boolean", | |
"qname": "showCloseButton", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Whether or not to show a Close button in the org.apache.royale.html.TitleBar.", | |
"tags": [ | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IPanelModel"]} ]}, | |
{ "type": "accessor", | |
"access": "read-only", | |
"return": "int", | |
"qname": "numElements", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "private", | |
"values": []}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.html.beads.PanelView"]} ]}] | |
, | |
"events": [ | |
{ "qname": "close", | |
"type": "org.apache.royale.events.Event" | |
}] | |
} |