Package | mx.controls.advancedDataGridClasses |
Interface | public interface IAdvancedDataGridRendererProvider |
Implementors | AdvancedDataGridRendererProvider |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
See also
Public Methods
Method | Defined By | ||
---|---|---|---|
describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
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
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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.
|
Fri Mar 19 2010, 02:45 AM -07:00