Pacchetto | mx.core |
Interfaccia | public interface IFactory |
Implementatori | ClassFactory, PanelBreak |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
For example, a DataGridColumn has an itemRenderer
of type
IFactory; it calls itemRenderer.newInstance()
to create
the cells for a particular column of the DataGrid.
Elementi API correlati
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
newInstance():*
Creates an instance of some class (determined by the class that
implements IFactory). | IFactory |
Tue Jun 12 2018, 02:44 PM Z