Packageorg.apache.flex.html.beads.models
Classpublic class DataGridPresentationModel
InheritanceDataGridPresentationModel Inheritance ListPresentationModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IDataGridPresentationModel

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

The DataGridPresentationModel class contains the data to label the columns of the org.apache.flex.html.DataGrid along with the height of the rows.



Public Properties
 PropertyDefined By
  columnLabels : Array
The labels for each column.
DataGridPresentationModel
 InheritedrowHeight : Number
The height of each row.
ListPresentationModel
 InheritedseparatorThickness : Number
The distance between rows.
ListPresentationModel
  strand : IStrand
[override] [write-only] The host component for this bead.
DataGridPresentationModel
Public Methods
 MethodDefined By
  
constructor.
DataGridPresentationModel
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 for each column.


Implementation
    public function get columnLabels():Array
    public function set columnLabels(value:Array):void
strandproperty 
strand:IStrand  [write-only] [override]

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

The host component for this bead.


Implementation
    public function set strand(value:IStrand):void
Constructor Detail
DataGridPresentationModel()Constructor
public function DataGridPresentationModel()

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

constructor.