| 패키지 | 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:17 PM Z