Packageorg.apache.flex.html.beads
Classpublic class DataGridColumnView
InheritanceDataGridColumnView Inheritance ListView Inheritance ContainerView Inheritance BeadViewBase 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
 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 : IParentIUIBase
[read-only] The sub-element used as the parent of the container's elements.
ContainerView
 InheriteddataGroup : IItemRendererParent
[read-only] The area holding the itemRenderers.
ListView
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
 InheritedresizableView : IUIBase
[read-only] The view that can be resized.
ContainerView
  strand : IStrand
[override] [write-only] The host component for this bead.
DataGridColumnView
 Inherited_strand : IStrand
The strand.
BeadViewBase
 InheritedviewportModel : IViewportModel
[read-only] The data model used by the viewport to determine how it should present the content area.
ContainerView
Protected Properties
 PropertyDefined By
 InheritedlastRollOverIndex : int = -1
ListView
 InheritedlastSelectedIndex : int = -1
ListView
 InheritedlistModel : ISelectionModel
ListView
 Inheritedviewport : IViewport
[read-only] The viewport used to present the content and may display scroll bars (depending on the actual type of viewport).
ContainerView
Public Methods
 MethodDefined By
  
constructor.
DataGridColumnView
Protected Methods
 MethodDefined By
 Inherited
Whenever children are added, listeners are added to detect changes in their size.
ContainerView
 Inherited
This event handles changes to the size of children of the container by running the layout again and adjusting the size of the container or viewport as necessary.
ContainerView
 Inherited
[override]
ListView
 Inherited
Creates the Viewport (or ScrollableViewport) through which the content area is presented.
ContainerView
 Inherited
ContainerView
 Inherited
Calculate the space taken up by non-content children like a TItleBar in a Panel.
ContainerView
 Inherited
Handles the initComplete event by completing the setup and kicking off the presentation of the Container.
ContainerView
 Inherited
Adjusts the size of the host, or adds scrollbars to the viewport, after the layout has been run.
ContainerView
 Inherited
Positions the viewport, then sets any known sizes of the Viewport prior to laying out its content.
ContainerView
 Inherited
performLayout(event:Event):void
Executes the layout associated with this container.
ContainerView
 Inherited
resizeHandler(event:Event):void
[override] respond to a change in size or request to re-layout everything
ListView
 Inherited
Handles the viewCreated event by performing the first layout if there are children already present (ie, from MXML).
ContainerView
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  [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
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.