blob: 1a338762cffbf703fc6ed206821fd382df2477c7 [file] [log] [blame]
{ "type": "interface",
"qname": "mx.core.INavigatorContent",
"baseInterfaceNames": [
"org.apache.royale.events.IEventDispatcher"]
,
"description": "The INavigatorContent interface defines the interface that a container must implement to be used as the child of a navigator container, such as the ViewStack, TabNavigator, and Accordion navigator containers.",
"tags": [
{ "tagName": "see",
"values": ["mx.containers.Accordion", "mx.containers.TabNavigator", "mx.containers.ViewStack"]},
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-only",
"return": "String",
"qname": "label",
"namespace": "public",
"bindable": ["labelChanged"],
"details": [],
"deprecated": {},
"description": "The text displayed by the navigator container for this container. For example, the text appears in the button area of an Accordion container and in the tab area of the TabNavigator container.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "Class",
"qname": "icon",
"namespace": "public",
"bindable": ["iconChanged"],
"details": [],
"deprecated": {},
"description": "The icon displayed by the navigator container for this container. The icon appears in the button area of an Accordion container and in the tab area of the TabNavigator container.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10", "AIR 1.5"]},
{ "tagName": "productversion",
"values": ["Flex 4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}