Packageorg.apache.flex.html.beads
Classpublic class DataGridView
InheritanceDataGridView Inheritance BeadViewBase Inheritance Object
Implements IDataGridView

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

The DataGridView class is the visual bead for the org.apache.flex.html.DataGrid. This class constructs the items that make the DataGrid: Lists for each column and a org.apache.flex.html.ButtonBar for the column headers.



Public Properties
 PropertyDefined By
  strand : IStrand
[override] [write-only] The host component for this bead.
DataGridView
 InheritedviewHeight : Number
[read-only] The height of the view.
BeadViewBase
 InheritedviewWidth : Number
[read-only] The width of the view.
BeadViewBase
Protected Properties
 PropertyDefined By
 Inherited_strand : IStrand
The strand
BeadViewBase
Public Methods
 MethodDefined By
  
constructor.
DataGridView
  
The array of org.apache.flex.html.supportClasses.DataGridColumn instances.
DataGridView
Property Detail
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
DataGridView()Constructor
public function DataGridView()

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

constructor.

Method Detail
getColumnLists()method
public function getColumnLists():Array

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

The array of org.apache.flex.html.supportClasses.DataGridColumn instances.

Returns
Array