blob: 4fea0d86f0d801b1fcb221df205ee643d630b532 [file] [log] [blame]
{ "type": "class",
"qname": "mx.controls.dataGridClasses.DataGridListData",
"baseClassname": "mx.controls.listClasses.BaseListData"
,
"description": "The DataGridListData class defines the data type of the <code>listData</code> property that is implemented by drop-in item renderers or drop-in item editors for the DataGrid control. All drop-in item renderers and drop-in item editors must implement the IDropInListItemRenderer interface, which defines the <code>listData</code> property. <p>Although the properties of this class are writable, you should consider them to be read-only. They are initialized by the DataGrid class, and read by an item renderer or item editor. Changing these values can lead to unexpected results.</p>",
"tags": [
{ "tagName": "see",
"values": ["mx.controls.listClasses.IDropInListItemRenderer"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.controls.dataGridClasses.DataGridListData",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor. in the data provider associated with the column. columns for the DataGrid control. for the DataGrid control.",
"tags": [
{ "tagName": "param",
"values": ["text Text representation of the item data.", "dataField Name of the field or property", "columnIndex The column index of the item in the", "uid A unique identifier for the item.", "owner A reference to the DataGrid control.", "rowIndex The index of the item in the data provider"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": [{ "name": "text", "type": "String"},
{ "name": "dataField", "type": "String"},
{ "name": "columnIndex", "type": "int"},
{ "name": "uid", "type": "String"},
{ "name": "owner", "type": "mx.core.IUIComponent"},
{ "name": "rowIndex", "type": "int"}]}
,
{ "type": "field",
"qname": "dataField",
"return": "String",
"namespace": "public",
"bindable": ["__NoChangeEvent__"],
"details": [],
"deprecated": {},
"description": "Name of the field or property in the data provider associated with the column.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ]}]
}