| Package | mx.core |
| Interface | public interface IFactory |
| Implementors | ClassFactory, PanelBreak |
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.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/mx/core/IFactory.html