| Pacote | mx.core |
| Interface | public interface IFactory |
| Implementors | ClassFactory |
For exemplo, a DataGridColumn has an itemRenderer of type
IFactory; it calls itemRenderer.newInstance() to create
the cells for a particular column of the DataGrid.
Veja também
| Método | Definido por | ||
|---|---|---|---|
|
newInstance():*
Creates an instance of some class (determined by the class that
implements IFactory).
| IFactory | ||
| newInstance | () | método |
public function newInstance():*
Creates an instance of some class (determined by the class that implements IFactory).
Retorna* — The newly created instance.
|