blob: adde8e0b50aad7a2d219973ad3f1f489679ee1c8 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.core.ISelectionModel",
"baseInterfaceNames": [
"org.apache.royale.core.IDataProviderModel"]
,
"description": "The ISelectionModel interface describes the minimum set of properties available to control that let the user select from within a set of items in a dataProvider. A more sophisticated model would support multiple selection.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "accessor",
"access": "read-write",
"return": "int",
"qname": "selectedIndex",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The index of the selected item in the dataProvider. Values less than 0 can have specific meanings but generally mean that no item is selected because the user has typed in a custom entry or has yet to make a choice.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]},
{ "type": "accessor",
"access": "read-write",
"return": "Object",
"qname": "selectedItem",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The data item selected in the dataProvider. null usually means that the user has not selected a value and has typed in a custom entry.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}