패키지 | mx.core |
인터페이스 | public interface IFactory |
구현자 | ClassFactory, PanelBreak |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
관련 API 요소
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
newInstance():*
Creates an instance of some class (determined by the class that
implements IFactory). | IFactory |
Tue Jun 12 2018, 03:17 PM Z