Pacchetto | mx.controls.advancedDataGridClasses |
Interfaccia | public interface IAdvancedDataGridRendererProvider |
Implementatori | AdvancedDataGridRendererProvider |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
Updates the IAdvancedDataGridRendererDescription instance with
information about this IAdvancedDataGridRendererProvider. | IAdvancedDataGridRendererProvider |
Descrizione dei metodi
describeRendererForItem | () | metodo |
public function describeRendererForItem(data:Object, dataDepth:int, column:AdvancedDataGridColumn, description:AdvancedDataGridRendererDescription):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Updates the IAdvancedDataGridRendererDescription instance with information about this IAdvancedDataGridRendererProvider.
Parametri
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, 02:44 PM Z