Packageorg.apache.flex.html.beads.layouts
Classpublic class DataGridLayout
InheritanceDataGridLayout Inheritance Object
Implements IBeadLayout

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

DataGridLayout is a class that handles the size and positioning of the elements of a DataGrid. This includes the ButtonBar used for the column headers and the Lists that are the columns.



Public Properties
 PropertyDefined By
  columns : Array
The array of column elements.
DataGridLayout
  header : IUIBase
The element that is the header for the DataGrid
DataGridLayout
  strand : IStrand
[write-only] The host component for this bead.
DataGridLayout
Public Methods
 MethodDefined By
  
constructor
DataGridLayout
  
layout():Boolean
DataGridLayout
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 column elements.


Implementation
    public function get columns():Array
    public function set columns(value:Array):void
headerproperty 
header:IUIBase

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

The element that is the header for the DataGrid


Implementation
    public function get header():IUIBase
    public function set header(value:IUIBase):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
DataGridLayout()Constructor
public function DataGridLayout()

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

constructor

Method Detail
layout()method
public function layout():Boolean

Returns
Boolean