public interface IWelcomePage
IWidget
).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.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.
|
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)