TabApp is another root element of a UI5 mobile application besides App control.
Users can navigate among the TabPages through tab-button located at the bottom of the screen.
Version: 1.0
new TabApp( [sId], [mSettings] )
| Name | Type | Argument | Description |
| sId | string | (optional) | id for the new control, generated automatically if no id is given |
| mSettings | object | (optional) | initial settings for the new control |
| Name | Description |
| extend( sClassName, [oClassInfo], [FNMetaImpl] ) | |
| getTransition() | Getter for property <code>transition</code>. transition is the transition effect during navigation Default value is <code>door</code> |
| setTransition( oTransition ) | Setter for property <code>transition</code>. Default value is <code>door</code> |