A TabPage is a basic container for a tab-based mobile application screen.
Usually one page is displayed at a time and users can navigate to other TabPage through the tab-button located at the bottom of the screen.
Version: 1.0
new TabPage( [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] ) | |
| getTabBadge() | Getter for property <code>tabBadge</code>. tabBadge is the badge text to be shown on the tab button Default value is empty/<code>undefined</code> |
| getTabIcon() | Getter for property <code>tabIcon</code>. tabIcon is the icon to be shown on the tab button Default value is empty/<code>undefined</code> |
| getTabText() | Getter for property <code>tabText</code>. tabText is the text to be shown on the tab button Default value is empty/<code>undefined</code> |
| setTabBadge( sTabBadge ) | Setter for property <code>tabBadge</code>. Default value is empty/<code>undefined</code> |
| setTabIcon( sTabIcon ) | Setter for property <code>tabIcon</code>. Default value is empty/<code>undefined</code> |
| setTabText( sTabText ) | Setter for property <code>tabText</code>. Default value is empty/<code>undefined</code> |