|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWelcomePage
Interface to control the basic behavior of the Welcome Page.
A welcome page has a header area with title, subtitle, etc.
and a body area which contains one or more so-called widgets
(IWidget
).
Method Summary | |
---|---|
java.lang.String |
getBottomBackgroundImage()
Get the path to an image shown as background of this welcome page. |
java.lang.String |
getHeaderBackgroundImage()
Get the path to an image shown as background of this welcome page. |
java.lang.String |
getImage()
Get the path to an image shown next to title and subtitle. |
java.lang.String |
getSearchBackgroundImage()
Get the path to an image shown as background of the search box. |
java.lang.String |
getSubTitle()
Get the subtitle of this welcome page. |
java.lang.String |
getSubTitleStyle()
Get the style of the subtitle of this welcome page. |
java.lang.String |
getSubTitleTooltip()
Get the tooltip for subtitle of this welcome page. |
java.lang.String |
getTitle()
Get the title of this welcome page. |
java.lang.String |
getTitleStyle()
Get the style of the title of this welcome page. |
java.lang.String |
getTooltip()
Get the tooltip for this welcome page. |
IWidget[] |
getWidgets()
Get up to 10 widgets of this welcome page. |
boolean |
isSearchVisible()
Is the search box of this welcome page visible. |
void |
setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome page. |
void |
setLocale(java.util.Locale locale)
Set Locale for this welcome page. |
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getTitleStyle()
java.lang.String getSubTitle()
java.lang.String getSubTitleStyle()
java.lang.String getTooltip()
java.lang.String getSubTitleTooltip()
java.lang.String getImage()
java.lang.String getHeaderBackgroundImage()
java.lang.String getBottomBackgroundImage()
boolean isSearchVisible()
java.lang.String getSearchBackgroundImage()
IWidget[] getWidgets()
void setLocale(java.util.Locale locale)
void setActionContext(com.centrasite.control.ActionContext actionContext)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |