Name of Java interface | Java Method | Description |
IWelcomePage | getTitle(); | Defines the header text to be used. |
IWelcomePage | getTitleStyle(); | Defines the CSS style information for the header. |
IWelcomePage | getSubTitle(); | Defines the header subtitle text to be used. |
IWelcomePage | getSubTitleStyle(); | Defines the CSS style information for the header subtitle. |
IWelcomePage | getImage(); | Defines the icon to be used in the header. |
IWelcomePage | isSearchVisible(); | Defines whether the search box in the header part is visible or invisible. |
IWelcomePage | getSearchBackgroundImage(); | Defines a background image to be used for the search box. |
IWelcomePage | getHeaderBackgroundImage(); | Defines a background image to be used for the header part. |
IWelcomePage | getBottomBackgroundImage(); | Defines a background image to be used for the body part. |
IWelcomePage | getWidgets(); | Defines the widgets that will be used in the body part. |