Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Private Members | ||
private |
Page area replaced if path changed. |
|
private |
_preCtx: * |
|
private |
Root area. |
|
private |
_router: * |
Method Summary
Public Methods | ||
public |
Activate application |
|
public |
Back page. |
|
public |
Go a page. |
|
public |
Replace page. |
Private Methods | ||
private |
_replaceContent(page: Class<Page>, ctx: Object) Replace layer. |
|
private |
Update page title of browser |
Public Constructors
public constructor() source
Public Methods
public activate(rootViewClass: Class<View>, routeMap: Object, opts: Object) source
Activate application
public replace(page: Class<Page>, ctx: *) source
Replace page.
Params:
Name | Type | Attribute | Description |
page | Class<Page> | Page class |
|
ctx | * | context |