Packageorg.apache.flex.core
Interfacepublic interface IDataGridModel extends ISelectionModel, IEventDispatcher, IBeadModel, IBead, flash.events.IEventDispatcher
Implementors DataGridModel

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IDataGridModel interface describes the minimum set of properties available to an DataGrid control. More sophisticated DataGrid controls could have models that extend IDataGridModel.



Public Properties
 PropertyDefined By
  columns : Array
The set of DataGridColumns.
IDataGridModel
 InheriteddataProvider : Object
The set of choices displayed in the ComboBox's dropdown.
ISelectionModel
 InheritedlabelField : String
The property on the data item that the item renderer should renderer.
ISelectionModel
 InheritedselectedIndex : int
The index of the selected item in the dataProvider.
ISelectionModel
 InheritedselectedItem : Object
The data item selected in the dataProvider.
ISelectionModel
Property Detail
columnsproperty
columns:Array

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The set of DataGridColumns.


Implementation
    public function get columns():Array
    public function set columns(value:Array):void