Packagemx.controls.advancedDataGridClasses
Classpublic class AdvancedDataGridRendererDescription
InheritanceAdvancedDataGridRendererDescription Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The AdvancedDataGridRendererDescription class contains information that describes an item renderer for the AdvancedDataGrid control.

See also

mx.controls.AdvancedDataGrid


Public Properties
 PropertyDefined By
  columnSpan : int
Specifies the number of columns that the item renderer spans.
AdvancedDataGridRendererDescription
  renderer : IFactory
The item renderer factory.
AdvancedDataGridRendererDescription
  rowSpan : int
Specifies the number of rows that the item renderer spans.
AdvancedDataGridRendererDescription
Public Methods
 MethodDefined By
  
Constructor.
AdvancedDataGridRendererDescription
Property Detail
columnSpanproperty
public var columnSpan:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies the number of columns that the item renderer spans. The AdvancedDataGrid control uses this information to set the width of the item renderer. If the columnSpan property has value of 0, the item renderer spans the entire row.

rendererproperty 
public var renderer:IFactory

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The item renderer factory.

rowSpanproperty 
public var rowSpan:int

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Specifies the number of rows that the item renderer spans. The AdvancedDataGrid control uses this information to set the height of the item renderer.

Constructor Detail
AdvancedDataGridRendererDescription()Constructor
public function AdvancedDataGridRendererDescription()

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

Constructor.