com.centrasite.control.ext.welcome.interfaces
Interface IColumn

All Known Implementing Classes:
DateFormatsColumn, LanguagesColumn

public interface IColumn

Interface to control the basic behavior of a column contained in a widget (IMultiColumnWidget) of a welcome page (IWelcomePage). A IColumn has a subtitle and a body area containing one or more so-called items (IItem).


Method Summary
 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
 

Method Detail

getSubTitle

java.lang.String getSubTitle()
Get the subtitle of this column.

Returns:
The subtitle.

getSubTitleTooltip

java.lang.String getSubTitleTooltip()
Get the tooltip for subtitle of this column.

Returns:
The tooltip.

getSubTitleStyle

java.lang.String getSubTitleStyle()
Get the style of the subtitle of this column.

Returns:
The style of the subtitle in css2 notation.

getItems

IItem[] getItems()
Get the items of this column.

Returns:
The items.

setLocale

void setLocale(java.util.Locale locale)
Set locale for this welcome widget


setActionContext

void setActionContext(com.centrasite.control.ActionContext actionContext)
Set ActionContext for this welcome action.