CentraSite Documentation : CentraSite Developer's Guide : Pluggable Architecture : Customizing the Welcome Page : Technical Implementation of the Welcome Page : Overview of Java Methods Used : Screen Component: Welcome Page
Screen Component: Welcome Page
The Welcome page is composed of a header and a body. The header contains a title, subtitle, icon, search box, and background image. The body contains one or more widgets.
The content and appearance of these components are determined by the Java methods shown in the following diagram.
The following table describes the purpose of these Java methods:
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.
Copyright © 2005-2015 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback