phoneControllerClass

The controller switches the pages identified by the object and view type. Originally was implemented for the phone layout only. But currently is used for the tablet layout as well. Don't use this class directly. Always use nokia.mh5.app.controller.

Inheritance hierarchy

nokia.mh5.app.phoneController does not extend any public class, nor is it extended by any other public class.

Methods

public back() Goes back one step in the history.
public pushHistoryEntry(pageName, pageState, pageHash) Pushes the specified page state to the history stack.
public switchTo(name, viewParams, switchToParams) Switches to a new view. The switch is visualized by a slide animation.
public updateHistoryEntry() Remains in the same view, but replaces a last history entry through a new one based on the object returned by nokia.mh5.ui.Page.getNavigationState and nokia.mh5.ui.Page.getHash

Properties

nokia.mh5.app.phoneController has no properties.

Events

nokia.mh5.app.phoneController has no events.

Callbacks

nokia.mh5.app.phoneController has no callbacks.

Classes

nokia.mh5.app.phoneController has no classes.

Constants

nokia.mh5.app.phoneController has no constants.

Interfaces

nokia.mh5.app.phoneController has no interfaces.