Packageorg.apache.flex.core
Interfacepublic interface IDataGridPresentationModel extends IEventDispatcher, IBead, flash.events.IEventDispatcher
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
  rowHeight : Number
The height of all of the rows in the org.apache.flex.html.DataGrid.
IDataGridPresentationModel
 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
rowHeightproperty 
rowHeight:Number

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

The height of all of the rows in the org.apache.flex.html.DataGrid.


Implementation
    public function get rowHeight():Number
    public function set rowHeight(value:Number):void