套件 | mx.controls.advancedDataGridClasses |
介面 | public interface IAdvancedDataGridRendererProvider |
實作者 | AdvancedDataGridRendererProvider |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用方法
方法 | 定義自 | ||
---|---|---|---|
describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
Updates the IAdvancedDataGridRendererDescription instance with
information about this IAdvancedDataGridRendererProvider. | IAdvancedDataGridRendererProvider |
方法詳細資訊
describeRendererForItem | () | 方法 |
public function describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Updates the IAdvancedDataGridRendererDescription instance with information about this IAdvancedDataGridRendererProvider.
參數
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.
|
Tue Jun 12 2018, 03:47 PM Z