Package | mx.core |
Interface | public interface IFactory |
Implementors | ClassFactory, PanelBreak |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | 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.
Related API Elements
Public Methods
Method | Defined By | ||
---|---|---|---|
newInstance():*
Creates an instance of some class (determined by the class that
implements IFactory). | IFactory |
Mon Nov 28 2011, 06:48 AM -08:00