Package | mx.controls.advancedDataGridClasses |
Class | public class AdvancedDataGridRendererDescription |
Inheritance | AdvancedDataGridRendererDescription Object |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
See also
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | AdvancedDataGridRendererDescription |
columnSpan | property |
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.
renderer | property |
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.
rowSpan | property |
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.
AdvancedDataGridRendererDescription | () | Constructor |
public function AdvancedDataGridRendererDescription()
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.