| Package | mx.core |
| Interface | public interface IFactory |
| Implementors | ClassFactory |
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.
See also
| Method | Defined By | ||
|---|---|---|---|
newInstance():*
Creates an instance of some class (determined by the class that
implements IFactory). | IFactory | ||
| newInstance | () | method |
public function newInstance():*Creates an instance of some class (determined by the class that implements IFactory).
Returns* — The newly created instance.
|