public class WelcomePage extends java.lang.Object implements IWelcomePage
Constructor and Description |
---|
WelcomePage() |
Modifier and Type | Method and Description |
---|---|
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.util.Locale |
getLocale()
Get Locale of this welcome page
|
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
|
public java.lang.String getTitle()
IWelcomePage
getTitle
in interface IWelcomePage
public java.lang.String getTooltip()
getTooltip
in interface IWelcomePage
public java.lang.String getTitleStyle()
getTitleStyle
in interface IWelcomePage
public java.lang.String getSubTitle()
IWelcomePage
getSubTitle
in interface IWelcomePage
public java.lang.String getSubTitleTooltip()
getSubTitleTooltip
in interface IWelcomePage
public java.lang.String getSubTitleStyle()
getSubTitleStyle
in interface IWelcomePage
public java.lang.String getImage()
IWelcomePage
getImage
in interface IWelcomePage
public java.lang.String getHeaderBackgroundImage()
IWelcomePage
getHeaderBackgroundImage
in interface IWelcomePage
public java.lang.String getBottomBackgroundImage()
IWelcomePage
getBottomBackgroundImage
in interface IWelcomePage
public boolean isSearchVisible()
isSearchVisible
in interface IWelcomePage
public java.lang.String getSearchBackgroundImage()
IWelcomePage
getSearchBackgroundImage
in interface IWelcomePage
public void setLocale(java.util.Locale locale)
setLocale
in interface IWelcomePage
public java.util.Locale getLocale()
public void setActionContext(com.centrasite.control.ActionContext actionContext)
setActionContext
in interface IWelcomePage
public IWidget[] getWidgets()
IWelcomePage
getWidgets
in interface IWelcomePage