Packageorg.apache.flex.html.beads.models
Classpublic class DataGridModel
InheritanceDataGridModel Inheritance ArrayListSelectionModel Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IDataGridModel

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

The DataGridModel class bead extends org.apache.flex.html.beads.models.ArrayListSelectionModel to facilitate using an ArrayList as the dataProvider for the DataGrid.



Public Properties
 PropertyDefined By
  columns : Array
The array of org.apache.flex.html.supportClasses.DataGridColumns used to define each column of the org.apache.flex.html.DataGrid.
DataGridModel
 InheriteddataProvider : Object
The set of choices displayed in the ComboBox's dropdown.
ArrayListSelectionModel
 InheritedlabelField : String
The property on the data item that the item renderer should renderer.
ArrayListSelectionModel
 InheritedrollOverIndex : int
The index of the item that is currently under the mouse.
ArrayListSelectionModel
 InheritedselectedIndex : int
The index of the selected item in the dataProvider.
ArrayListSelectionModel
 InheritedselectedItem : Object
The data item selected in the dataProvider.
ArrayListSelectionModel
 InheritedselectedString : String
An alternative to selectedItem for strongly typing the the selectedItem if the Array is an Array of Strings.
ArrayListSelectionModel
 Inheritedstrand : IStrand
[write-only] The host component for this bead.
ArrayListSelectionModel
Public Methods
 MethodDefined By
  
constructor.
DataGridModel
Property Detail
columnsproperty
columns: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.DataGridColumns used to define each column of the org.apache.flex.html.DataGrid.


Implementation
    public function get columns():Array
    public function set columns(value:Array):void
Constructor Detail
DataGridModel()Constructor
public function DataGridModel()

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

constructor.