(Flex Data Visualization components only)
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The IAdvancedDataGridRendererProvider interface defines the interface
implemented by the AdvancedDataGridRendererProvider class,
which defines the item renderer for the AdvancedDataGrid control.
public function describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
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.
|
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00