Packageorg.apache.flex.core
Interfacepublic interface IDataGridPresentationModel extends IListPresentationModel, IBead
Implementors DataGridPresentationModel

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

The IDataGridPresentationModel interfaces defines the data needed to present a DataGrid.



Public Properties
 PropertyDefined By
  columnLabels : Array
The labels used for each column.
IDataGridPresentationModel
 InheritedrowHeight : Number
The height of every row in the list.
IListPresentationModel
 InheritedseparatorThickness : Number
The distance each row should be separated from the row above.
IListPresentationModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
IBead
Property Detail
columnLabelsproperty
columnLabels:Array

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

The labels used for each column.


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