(Flex Data Visualization components only)
Packagemx.controls.advancedDataGridClasses
Classpublic class AdvancedDataGridRendererDescription
InheritanceAdvancedDataGridRendererDescription Inheritance Object

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
 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
columnSpanproperty
public var columnSpan:int

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

The item renderer factory.

rowSpanproperty 
public var rowSpan:int

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()

Constructor.