Large Header
Overview
The Large header component is a utility component containing a Label widget displayed below the native navigation bar with a large font size skin. This component provides a title to the screen. When the user scrolls, the component scrolls below the native header, and the title with a smaller font size appears on the header.
NOTE: The form using this component must have a scroll container with flxMain as the direct child as the component assigns a function to the onScroll event of the scroll container. This function enables the display of the title in a smaller font size while scrolling.
NOTE: The Large Header Component is used inside the Mobile Banking application.
Large Header Contracts
The Large Header component contains the following contracts.
formFunc Method
This function must be invoked from the postShow event of the form. This method displays the form title in the navigation bar while scrolling.
| Parameter | Value |
|---|---|
|
Syntax |
|
| Input parameter |
NA |
|
Sample Code |
this.view.largeheader.formFunc(); |
|
Return Type |
None |
In this topic