Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The DataGridListData class defines the data type of the
listData
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
listData
property.
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.
public var dataField:String
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Name of the field or property in the data provider associated with the column.
This property can be used as the source for data binding.
public function DataGridListData(text:String, dataField:String, columnIndex:int, uid:String, owner:IUIComponent, rowIndex:int = 0)
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameters | text:String — Text representation of the item data.
|
|
| dataField:String — Name of the field or property
in the data provider associated with the column.
|
|
| columnIndex:int — The column index of the item in the
columns for the DataGrid control.
|
|
| uid:String — A unique identifier for the item.
|
|
| owner:IUIComponent — A reference to the DataGrid control.
|
|
| rowIndex:int (default = 0 ) — The index of the item in the data provider
for the DataGrid control.
|
Mon Feb 18 2013, 01:33 PM +11:00