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.
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
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
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
public function DataGridPresentationModel()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
Fri Apr 18 2014, 11:02 PM -07:00