{ "type": "class", | |
"qname": "mx.containers.FormHeading", | |
"baseClassname": "mx.core.UIComponent" | |
, | |
"description": "The FormHeading container is used to display a heading for a group of controls inside a Form container. The left side of the heading is aligned with the left side of the controls inside the form. You can include multiple FormHeading containers within a single Form container. <p>The <code><mx:FormHeading></code> tag inherits all of the tag attributes of its superclass and adds the following tag attributes:</p> <pre>\\n <mx:FormHeading\\n <strong>Properties</strong>\\n label=""\\n \\n <strong>Styles</strong>\\n color="0x0B333C"\\n disabledColor="0xAAB3B3"\\n fontAntiAliasType="advanced|normal"\\n fontFamily="Verdana"\\n fontGridFitType="pixel|subpixel|none"\\n fontSharpness="0"\\n fontSize="12"\\n fontStyle="normal|italic"\\n fontThickness="0"\\n fontWeight="normal|bold"\\n indicatorGap="14"\\n labelWidth="<i>Calculated</i>"\\n leading="2"\\n paddingLeft="0"\\n paddingRight="0"\\n paddingTop="0"\\n textAlign="<i>Calculated</i>"\\n textDecoration="none|underline"\\n textIndent="0"\\n />\\n </pre>", | |
"tags": [ | |
{ "tagName": "includeExample", | |
"values": ["examples/FormExample.mxml"]}, | |
{ "tagName": "see", | |
"values": ["mx.containers.Form", "mx.containers.FormItem"]}, | |
{ "tagName": "mxml", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "mx.containers.FormHeading", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Constructor.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": []} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "String", | |
"qname": "label", | |
"namespace": "public", | |
"bindable": ["labelChanged"], | |
"details": [], | |
"deprecated": {}, | |
"description": "Form heading text.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Flex 3"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "method", | |
"qname": "addedToParent", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"return": "void", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "setActualSize", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"return": "void", | |
"params": [{ "name": "w", "type": "Number"}, | |
{ "name": "h", "type": "Number"}]} | |
] | |
} |