appNamespace
Contains classes which are relevant for the Application only.
Methods
![]() |
embed | Embeds our application into any context |
Properties
![]() |
Object | commonLayout | base layout declaration |
![]() |
Object | configuration | configuration of the application. You can change predefined properties to configure your application. |
![]() |
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 |
![]() |
Object | phoneLayout | modifications to nokia.mh5.app.commonLayout specific to small screen devices |
![]() |
Object | tabletLayout | modifications to nokia.mh5.app.commonLayout specific to larger screen devices |
Classes
![]() |
nokia.mh5.app.Application | Application describes the pages of the Application for the phone and tablet layout. |
![]() |
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.
