(Flex Data Visualization components only)
Packagemx.controls.advancedDataGridClasses
Interfacepublic interface IAdvancedDataGridRendererProvider
Implementors AdvancedDataGridRendererProvider

The IAdvancedDataGridRendererProvider interface defines the interface implemented by the AdvancedDataGridRendererProvider class, which defines the item renderer for the AdvancedDataGrid control.

See also

mx.controls.AdvancedDataGrid
mx.controls.advancedDataGridClasses.AdvancedDataGridRendererProvider


Public Methods
 MethodDefined By
  
Updates the IAdvancedDataGridRendererDescription instance with information about this IAdvancedDataGridRendererProvider.
IAdvancedDataGridRendererProvider
Method Detail
describeRendererForItem()method
public function describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void

Updates the IAdvancedDataGridRendererDescription instance with information about this IAdvancedDataGridRendererProvider.

Parameters

data:Object — The data item to display.
 
dataDepth:int — The depth of the data item in the AdvancedDataGrid control.
 
column:AdvancedDataGridColumn — The column associated with the item.
 
description:AdvancedDataGridRendererDescription — The AdvancedDataGridRendererDescription object populated with the renderer and column span information.