Packageorg.apache.flex.html.beads.models
Classpublic class DataGridPresentationModel
InheritanceDataGridPresentationModel 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
  rowHeight : Number
The height of the rows (default is 30 pixels).
DataGridPresentationModel
  strand : IStrand
[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
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 the rows (default is 30 pixels).


Implementation
    public function get rowHeight():Number
    public function set rowHeight(value:Number):void
strandproperty 
strand:IStrand  [write-only]

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.