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 parrotsLoader.showConfirmDialog().
A delegator method passing method call to [[phloxDialog]].showMessageDialog().
Generated using TypeDoc
Add a new
page([[AbstractPage]]) into thisapplication. If thepage(item) being added is the firstpageof thisapplication, this method will automatically show the givenpageand set itsactiveflag totrue.[[INavigator.addItem]]