Pakiet | mx.controls.advancedDataGridClasses |
Interfejs | public interface IAdvancedDataGridRendererProvider |
Implementory | AdvancedDataGridRendererProvider |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
Updates the IAdvancedDataGridRendererDescription instance with
information about this IAdvancedDataGridRendererProvider. | IAdvancedDataGridRendererProvider |
Szczegół metody
describeRendererForItem | () | metoda |
public function describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Updates the IAdvancedDataGridRendererDescription instance with information about this IAdvancedDataGridRendererProvider.
Parametry
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, 12:06 PM Z