Package | org.apache.flex.html.beads.models |
Class | public class DataGridModel |
Inheritance | DataGridModel ![]() ![]() ![]() |
Implements | IDataGridModel |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined 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 | ||
![]() | dataProvider : Object
The set of choices displayed in the ComboBox's
dropdown. | ArraySelectionModel | |
![]() | labelField : String
The property on the data item that the item renderer
should renderer. | ArraySelectionModel | |
![]() | rollOverIndex : int
The index of the item that is currently under the mouse. | ArraySelectionModel | |
![]() | selectedIndex : int
The index of the selected item in the
dataProvider. | ArraySelectionModel | |
![]() | selectedItem : Object
The data item selected in the
dataProvider. | ArraySelectionModel | |
![]() | selectedString : String
An alternative to selectedItem for strongly typing the
the selectedItem if the Array is an Array of Strings. | ArraySelectionModel | |
![]() | strand : IStrand [write-only]
The host component for this bead. | ArraySelectionModel |
Method | Defined By | ||
---|---|---|---|
constructor. | DataGridModel |
columns | property |
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.
public function get columns():Array
public function set columns(value:Array):void
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.