Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.controls.advancedDataGridClasses 
AdvancedDataGridRendererDescription 
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



Public Properties
 PropertyDefined By
  columnSpan : int
Specifies the number of columns that the item renderer spans.
AdvancedDataGridRendererDescription
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : 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
 MethodDefined By
  
Constructor.
AdvancedDataGridRendererDescription
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
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.