blob: ef73388c171895293c782e731eff44d3a9618d2e [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.jewel.beads.controls.combobox.IComboBoxView",
"baseInterfaceNames": [
"org.apache.royale.core.IBeadView"]
,
"description": "The IComboBoxView interface provides the protocol for any bead that creates the visual parts for a org.apache.royale.jewel.ComboBox control.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-only",
"return": "Object",
"qname": "textinput",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The sub-component used for the input area of the ComboBox.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "Object",
"qname": "button",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The sub-component used for the button to activate the pop-up.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-only",
"return": "Object",
"qname": "popup",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The component housing the selection list. The main component must be a placeholder that support responsiveness and holds a subcomponent that parents the list or other possible components needed in other implementations.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Boolean",
"qname": "popUpVisible",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Determines whether or not the pop-up with the selection list is visible or not.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.9.4"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}