{ "type": "class", | |
"qname": "org.apache.royale.html.MultiSelectionTree", | |
"baseClassname": "org.apache.royale.html.DataContainer" | |
, | |
"description": "The MultiSelectionTree class is a component that displays multiple data items. The MultiSelectionTree uses the following bead types: org.apache.royale.core.IBeadModel: the data model, which includes the dataProvider, selectedItems, and so forth. org.apache.royale.core.IBeadView: the bead that constructs the visual parts of the tree. org.apache.royale.core.IBeadController: the bead that handles input and output. org.apache.royale.core.IBeadLayout: the bead responsible for the size and position of the itemRenderers. org.apache.royale.core.IDataProviderItemRendererMapper: the bead responsible for creating the itemRenders. org.apache.royale.core.IItemRenderer: the class or factory used to display an item in the tree.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "org.apache.royale.html.MultiSelectionTree", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "constructor.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": []} | |
, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Array", | |
"qname": "selectedIndices", | |
"namespace": "public", | |
"bindable": ["change"], | |
"details": [], | |
"deprecated": {}, | |
"description": "The index of the currently selected item. Changing this value also changes the selectedItems property.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IMultiSelectionModel"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "int", | |
"qname": "rollOverIndex", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The index of the item currently below the pointer.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IRollOverModel"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Number", | |
"qname": "rowHeight", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "The default height of each cell in every column", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IListPresentationModel"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "type": "accessor", | |
"access": "read-write", | |
"return": "Array", | |
"qname": "selectedItems", | |
"namespace": "public", | |
"bindable": ["change"], | |
"details": [], | |
"deprecated": {}, | |
"description": "The items currently selected. Changing this value also changes the selectedIndices property.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "royaleignorecoercion", | |
"values": ["org.apache.royale.core.IMultiSelectionModel"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
, | |
"events": [ | |
{ "qname": "initComplete", | |
"type": "org.apache.royale.events.Event" | |
, | |
"description": "Indicates that the initialization of the list is complete.", | |
"tags": [ | |
{ "tagName": "toplevel", | |
"values": []}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}, | |
{ "qname": "change", | |
"type": "org.apache.royale.events.Event" | |
, | |
"description": "The change event is dispatched whenever the tree's selection changes.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 10.2", "AIR 2.6"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.7"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ]}] | |
} |