appNamespace

Contains classes which are relevant for the Application only.

Methods

public embed(props) Embeds our application into any context

Properties

public Object commonLayout base layout declaration
public Object configuration configuration of the application. You can change predefined properties to configure your application.
public Object controller controller of the application. You can define your own controller in the layout configuration. For the interface please look at our default controller nokia.mh5.app.phoneController
public Object phoneLayout modifications to nokia.mh5.app.commonLayout specific to small screen devices
public Object tabletLayout modifications to nokia.mh5.app.commonLayout specific to larger screen devices

Classes

public nokia.mh5.app.Application Application describes the pages of the Application for the phone and tablet layout.
public nokia.mh5.app.phoneController 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.

Namespaces

nokia.mh5.app has no namespaces.

Constants

nokia.mh5.app has no constants.

Interfaces

nokia.mh5.app has no interfaces.