A field keeping cache for the last successfully loaded PhloxAppInfo from method reloadAppInfo.
This field will be automatically injected by ng.
This field will be automatically injected by ng.
This field will be automatically injected by ng.
This field will be automatically injected by ng.
This field will be automatically injected by ng.
An array keeping all pages of this application.
A PhloxDialog child component instance of this component.
This field will be automatically injected by ng.
Add a new page (AbstractPage) into this application. If the page (item) being added is the
first page of this application, this method will automatically show the given page and set its active
flag to true.
An implementation of INavigator.containsItem method. Please see the documentation of super class or super interface for more details.
Get current active page (AbstractPage) index in the array returned from getItems method.
Returns -1 if there is no current active page.
Get current active page (AbstractPage) object instance.
Returns null if there is no current active page.
Get app info of currently opened application.
A delegator method passing method call to needFocusService.getFocusingComponent().
An implementation of INavigator.getItemByIndex method. Please see the documentation of super class or super interface for more details.
An implementation of INavigator.getItemByName method. Please see the documentation of super class or super interface for more details.
Get all available page count (AbstractPage) in this application.
An implementation of INavigator.getItemIndex method. Please see the documentation of super class or super interface for more details.
An implementation of INavigator.getItemIndexByName method. Please see the documentation of super class or super interface for more details.
Get all available pages (AbstractPage) in this application.
A delegator method passing method call to phloxDialog.hideDialog().
An alias method of navigateToName passing page's name (AbstractPage.getName) as a parameter.
An alias method of navigateTo passing page instance at the given index (idx) as a parameter.
Navigate this application to the given page name. The page name is also a
router's uri path specified in [[PHLOX_ROUTES]].
Reload the app info from PhloxAppInfoService.
Remove the given page (AbstractPage) from this application. If the page (item) being removed is
currently active, this method will automatically unset its active flag and show the first page (if available) in the array returned from
getItems method instead.
Try to navigate this application back to the first page.
A delegator method passing method call to needFocusService.resetFocusingComponent().
A delegator method passing method call to needFocusService.setFocusingComponent().
An implementation of INavigator.setItems method. Please see the documentation of super class or super interface for more details.
A delegator method passing method call to phloxDialog.showComponentDialog().
A delegator method passing method call to phloxDialog.showConfirmDialog().
A delegator method passing method call to phloxDialog.showMessageDialog().
Generated using TypeDoc
A main bootstrap component class for
PhloxUIapplication. This class implements the INavigator interface having pages (AbstractPage) asnavigateeitems (INavigatee). Anapplicationmay consist of various pages, for example, it may have a login page to allow the user to login, once the user is logged on, it will navigate the user to the main page, etc.shiorin, tee4cute