| Package | potomac.ui |
| Class | public class PageFactory |
| Inheritance | PageFactory Object |
| Method | Defined By | ||
|---|---|---|---|
Callers should not construct PageFactory instances. | PageFactory | ||
createPage(type:String):Page
Creates a Page instance of the given type. | PageFactory | ||
| PageFactory | () | Constructor |
public function PageFactory(injector:Injector, bundleService:IBundleService)Callers should not construct PageFactory instances. PageFactory is available for injection.
Parametersinjector:Injector | |
bundleService:IBundleService |
| createPage | () | method |
public function createPage(type:String):PageCreates a Page instance of the given type.
Parameters
type:String — type of page to construct.
|
Page — the Page instance.
|