public interface IColumn
IMultiColumnWidget
) of a
welcome page (IWelcomePage
).
A IColumn has a subtitle and a body area containing one or more so-called
items (IItem
).Modifier and Type | Method and Description |
---|---|
IItem[] |
getItems()
Get the items of this column.
|
java.lang.String |
getSubTitle()
Get the subtitle of this column.
|
java.lang.String |
getSubTitleStyle()
Get the style of the subtitle of this column.
|
java.lang.String |
getSubTitleTooltip()
Get the tooltip for subtitle of this column.
|
void |
setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome action.
|
void |
setLocale(java.util.Locale locale)
Set locale for this welcome widget
|
java.lang.String getSubTitle()
java.lang.String getSubTitleTooltip()
java.lang.String getSubTitleStyle()
IItem[] getItems()
void setLocale(java.util.Locale locale)
void setActionContext(com.centrasite.control.ActionContext actionContext)