Packageorg.apache.flex.html.beads
Classpublic class DataGridColumnView
InheritanceDataGridColumnView Inheritance ListView Inheritance Strand Inheritance EventDispatcher Inheritance flash.events.EventDispatcher

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

The DataGridColumnView class extends org.apache.flex.html.beads.ListView and provides properties to the org.apache.flex.html.List that makes a column in the org.apache.flex.html.DataGrid.



Public Properties
 PropertyDefined By
 Inheritedbeads : Array
The array property that is used to add additional beads to an MXML tag.
Strand
 Inheritedborder : Border
[read-only] The border surrounding the org.apache.flex.html.List.
ListView
  column : DataGridColumn
The org.apache.flex.html.support.DataGridColumn containing information used to present the org.apache.flex.html.List as a column in the org.apache.flex.html.DataGrid.
DataGridColumnView
  columnIndex : uint
The zero-based index for the column.
DataGridColumnView
 InheritedcontentView : DisplayObjectContainer
[read-only] The contentArea includes the dataGroup and scrollBars.
ListView
 InheriteddataGroup : IItemRendererParent
[read-only] The area holding the itemRenderers.
ListView
 InheritedhScrollBar : ScrollBar
[read-only] The horizontal org.apache.flex.html.ScrollBar, currently null.
ListView
 Inheritedid : String
An id property for MXML documents.
Strand
 Inheritedmodel : IBeadModel
An IBeadModel that serves as the data model for the component.
Strand
  strand : IStrand
[override] The host component for this bead.
DataGridColumnView
 InheritedvScrollBar : ScrollBar
[read-only] The vertical org.apache.flex.html.ScrollBar, if needed.
ListView
Public Methods
 MethodDefined By
  
constructor.
DataGridColumnView
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
Strand
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
Strand
 Inherited
Remove a bead from the strand.
Strand
Property Detail
columnproperty
column:DataGridColumn

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

The org.apache.flex.html.support.DataGridColumn containing information used to present the org.apache.flex.html.List as a column in the org.apache.flex.html.DataGrid.


Implementation
    public function get column():DataGridColumn
    public function set column(value:DataGridColumn):void
columnIndexproperty 
columnIndex:uint

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

The zero-based index for the column.


Implementation
    public function get columnIndex():uint
    public function set columnIndex(value:uint):void
strandproperty 
strand:IStrand[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 get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
DataGridColumnView()Constructor
public function DataGridColumnView()

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

constructor.