blob: e2b1ab84eba295ae0daf1aadceffb6c486bb89e7 [file] [log] [blame]
{ "type": "class",
"qname": "mx.charts.chartClasses.DualStyleObject",
"baseClassname": "mx.core.UIComponent"
,
"description": "The DualStyleObject class serves as a base class for components that have a need to assign class selectors outside of the client developer's control. DualStyleObject instances have two styleName properties...the standard styleName, and the additional internalStyleName. A component can assign the internalStyleName property as necessary and leave the styleName property for the client developer to assign. <p><b>Common MXML Syntax Inherited from DualStyleObject</b></p> <p>Flex components inherit the following properties from the DualStyleObject class:</p> <pre>\\n &lt;mx:<i>tagname</i>\\n internalStyleName=&quot;<i>Style; No default</i>&quot;\\n &gt;\\n </pre>",
"tags": [
{ "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.charts.chartClasses.DualStyleObject",
"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": "Object",
"qname": "internalStyleName",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The name of a class selector this instance inherits values from. The <code>internalStyleName</code> property has lower priority than the <code>styleName</code> selector.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}