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
Public Properties
Property | Defined By | ||
---|---|---|---|
columnSpan : int
Specifies the number of columns that the item renderer spans. | AdvancedDataGridRendererDescription | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | ||
renderer : IFactory
The item renderer factory. | AdvancedDataGridRendererDescription | ||
rowSpan : int
Specifies the number of rows that the item renderer spans. | AdvancedDataGridRendererDescription |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | AdvancedDataGridRendererDescription | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
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.
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.
Fri Mar 19 2010, 02:45 AM -07:00